From bde434eb88e2a22322402ffe2654c1f12dbb1003 Mon Sep 17 00:00:00 2001 From: Mike Thomas Date: Fri, 23 May 2008 01:18:22 +0000 Subject: [PATCH] Remove some spurious debugging. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@502 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 645a86f9..517ee5f7 100644 --- a/src/java/com/threerings/resource/NetworkResourceBundle.java +++ b/src/java/com/threerings/resource/NetworkResourceBundle.java @@ -67,7 +67,6 @@ public class NetworkResourceBundle extends ResourceBundle { // If we can reject it before opening a connection, then save the network latency. if (!inResourceList(path)) { - System.err.println("MST Failed find: " + _ident + " : " + path); return null; }