Remove debug code
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Jul 2011 23:12:15 +0000 (23:12 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Jul 2011 23:12:15 +0000 (23:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1143605 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/tomcat/util/threads/TestLimitLatch.java

index 1c95596..1b5e361 100644 (file)
@@ -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();
             }