have a debug flag
[IRC.git] / Robust / src / Analysis / SSJava / LocationInference.java
index 61c61b1a2d6cf01fddaec3437f79f8b8db6de1d0..b2bd43fcf6f85a4a21564989a9766738ed61a875 100644 (file)
@@ -366,8 +366,10 @@ public class LocationInference {
       // + locOrder.getKeySet().size() + "\t" + hg.getNodeSet().size());
     }
 
-    System.out.println("The number of elements: Naive=" + numLocationsNaive + " SInfer="
-        + numLocationsSInfer);
+    if (state.SSJAVA_INFER_NAIVE_WRITEDOTS) {
+      System.out.println("The number of elements: Naive=" + numLocationsNaive);
+    }
+    System.out.println("The number of elements: SInfer=" + numLocationsSInfer);
 
     System.exit(0);