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
This commit is contained in:
Charlie Groves
2008-06-10 00:42:23 +00:00
parent 6375505e53
commit 79bdb30108
@@ -88,7 +88,6 @@ public class NetworkResourceBundle extends ResourceBundle
if (ucon == null) {
return null;
}
log.info("Fetching", "url", resourceUrl);
try {
ucon.connect();