From 34baf8e3cd55c41632207b8ee2cf956430b6e681 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 16 Oct 2006 13:05:22 +0000
Subject: [PATCH] remove spurious trace in synchronization stress test

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
index 218cc0c..d553104 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java
@@ -224,10 +224,6 @@
       fail("some messages were lost : expected : " +TOTAL_MESSAGES +
            " received : " + rcvCount);
     }
-    System.out.println("Sent " + TOTAL_MESSAGES + " in " +
-                       (afterSendTime-startTime)/1000 + "seconds.\n");
-    System.out.println("Received " + TOTAL_MESSAGES + " in " +
-                       (afterReceiveTime-afterSendTime)/1000 + "seconds.\n");
 
     }
     finally {

--
Gitblit v1.10.0