Switch to Java's logging facilities.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@254 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -80,9 +80,6 @@ public class RegionManager
|
||||
if ((Math.abs(x) > Integer.MAX_VALUE/2) || (Math.abs(y) > Integer.MAX_VALUE/2)) {
|
||||
Log.warning("Requested to dirty questionable region " +
|
||||
"[rect=" + StringUtil.toString(rect) + "].");
|
||||
if (Log.getLevel() == Log.log.DEBUG) {
|
||||
Thread.dumpStack();
|
||||
}
|
||||
return; // Let's not do it!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user