From f81adbda0242cb271d2ab1617af83b36b58ee270 Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Fri, 13 Oct 2006 01:56:55 +0000 Subject: [PATCH] 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 --- src/java/com/threerings/parlor/rating/util/Percentiler.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/threerings/parlor/rating/util/Percentiler.java b/src/java/com/threerings/parlor/rating/util/Percentiler.java index 2058142d..b162b032 100644 --- a/src/java/com/threerings/parlor/rating/util/Percentiler.java +++ b/src/java/com/threerings/parlor/rating/util/Percentiler.java @@ -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