Do we really need a stack trace here? I don't think so.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@110 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -84,7 +84,6 @@ public class Percentiler
|
||||
if (newmax > 2 * _max) {
|
||||
Log.info("Holy christ! Big newmax [newmax=" + newmax +
|
||||
", oldmax=" + _max + "].");
|
||||
Thread.dumpStack();
|
||||
}
|
||||
|
||||
// create a new counts array and map the old array to the new
|
||||
|
||||
Reference in New Issue
Block a user