2002/08/16 23:36:14
[org.ibex.core.git] / src / org / xwt / HTTP.java
index a491dcd..258dc75 100644 (file)
@@ -161,8 +161,6 @@ public class HTTP {
         // cached
         if (resolvedHosts.get(host) != null) return;
 
-        if (Log.on) Log.log(this, "  resolveAndCheckIfFirewalled: resolving " + host);
-
         // if all scripts are trustworthy (local FS), continue
         if (Main.originAddr == null) return;