diff --git a/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java b/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java index 8a66beda2347f7eb1e603ec074a02664826c2789..44bc56efa159743d542710cadf3f95922e47e879 100644 --- a/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java +++ b/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java @@ -152,7 +152,6 @@ public class InactivityMonitorTest @Test(retryAnalyzer = Retry10.class) public void testHappyCase() throws Throwable { - System.out.println("InactivityMonitor - testHappyCase - Retry"); context.checking(new Expectations() { { @@ -172,7 +171,6 @@ public class InactivityMonitorTest @Test(retryAnalyzer = Retry10.class) public void testInactivity() throws Throwable { - System.out.println("InactivityMonitor - testInactivity - Retry"); final String descriptionOfInactivity = "DESCRIPTION"; context.checking(new Expectations() { @@ -197,7 +195,6 @@ public class InactivityMonitorTest @Test(groups = "slow", retryAnalyzer = Retry10.class) public void testInactivityMultipleTimes() throws Throwable { - System.out.println("InactivityMonitor - testInactivityMultipleTimes - Retry"); // Wait for system to become quiet to get more accurate measurement. ConcurrencyUtilities.sleep(300L); final String descriptionOfInactivity = "DESCRIPTION";