Remove some spurious debugging.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@502 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Mike Thomas
2008-05-23 01:18:22 +00:00
parent 25be8e02df
commit bde434eb88
@@ -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;
}