polishing up mlp version of benchmark
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / Track.java
index 23642cfc96bdc9ebeaa14267edba8a61d2c1469e..73b3d8ead5ca0837a797397adc093dfd51db1e71 100755 (executable)
@@ -18,6 +18,6 @@ public class Track {
   }
   
   public void printInfo() {
-    //System.out.println("track: "+pos+"||"+vel);
+    System.out.println("track: "+pos+"||"+vel);
   }
 }