helpful progress reporting
[IRC.git] / Robust / src / Tests / TaskExample.java
index 6629a4a759037fc9956adc8dc938bc6a8e1d1b73..8ad37b3409587e5e16194f35283a7fcda99b40cc 100644 (file)
@@ -14,14 +14,6 @@ class Example {
  *  system to start the computation up */
 
 task Startup(StartupObject s {initialstate}) {
-    String a = new String("hello\n");
-    String b = new String("hello\n");
-    System.printString(a);
-    System.printString(b);
-    System.printInt(b.hashCode());
-       System.printString("\n");
-    System.printInt(a.hashCode());
-
     for(int i=0;i<10;i++) {
        Example e=new Example() {needoperation};
        e.x=i;