From: markt Date: Wed, 6 Jul 2011 23:12:15 +0000 (+0000) Subject: Remove debug code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=646b09dde9e07fdb0c44b1f04011c4aacdfa6e2c;p=tomcat7.0 Remove debug code git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1143605 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/tomcat/util/threads/TestLimitLatch.java b/test/org/apache/tomcat/util/threads/TestLimitLatch.java index 1c9559604..1b5e36121 100644 --- a/test/org/apache/tomcat/util/threads/TestLimitLatch.java +++ b/test/org/apache/tomcat/util/threads/TestLimitLatch.java @@ -113,8 +113,6 @@ public class TestLimitLatch extends TestCase { latch.countUpOrAwait(); Thread.sleep(holdTime); latch.countDown(); - } catch (NullPointerException npe) { - npe.printStackTrace(); } catch (InterruptedException x) { x.printStackTrace(); }