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; }