aboutsummaryrefslogtreecommitdiff
path: root/tests/NewLine.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NewLine.java')
-rw-r--r--tests/NewLine.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/NewLine.java b/tests/NewLine.java
index ac4dc43..5517a54 100644
--- a/tests/NewLine.java
+++ b/tests/NewLine.java
@@ -58,9 +58,7 @@ class NewLine {
for (int i=0;i<n;i++ ) bus.sendMsg("coucou monde");
t3=(new java.util.Date()).getTime();
System.out.println("with protection " + (t2-t1) +"ms, without "+(t3-t2)+"ms");
- System.out.println("DEBUUUUUUG stopping the bus");
bus.stop();
- System.out.println("DEBUUUUUUG end stopping the bus");
}
}