From 79bdb30108c7b64fa4ec8ff2adc33100c01994dc Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Tue, 10 Jun 2008 00:42:23 +0000 Subject: [PATCH] Stop spamming the logs with every resource fetched over the network git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@532 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/resource/NetworkResourceBundle.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/threerings/resource/NetworkResourceBundle.java b/src/java/com/threerings/resource/NetworkResourceBundle.java index f0c1e1fa..206b2cec 100644 --- a/src/java/com/threerings/resource/NetworkResourceBundle.java +++ b/src/java/com/threerings/resource/NetworkResourceBundle.java @@ -88,7 +88,6 @@ public class NetworkResourceBundle extends ResourceBundle if (ucon == null) { return null; } - log.info("Fetching", "url", resourceUrl); try { ucon.connect();