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:
Andrzej Kapolka
2006-10-13 01:56:55 +00:00
parent 45350177e1
commit f81adbda02
@@ -84,7 +84,6 @@ public class Percentiler
if (newmax > 2 * _max) { if (newmax > 2 * _max) {
Log.info("Holy christ! Big newmax [newmax=" + newmax + Log.info("Holy christ! Big newmax [newmax=" + newmax +
", oldmax=" + _max + "]."); ", oldmax=" + _max + "].");
Thread.dumpStack();
} }
// create a new counts array and map the old array to the new // create a new counts array and map the old array to the new