2002/08/16 23:36:14
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:50:05 +0000 (06:50 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:50:05 +0000 (06:50 +0000)
darcs-hash:20040130065005-2ba56-98aec88a7ec42344180fd82f18ca365d190eb5db.gz

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;