Commit in lcsim/src/org/lcsim/recon/tracking/trflayer on MAIN
LayerTest.java+3-31.2 -> 1.3
suppress printout.

lcsim/src/org/lcsim/recon/tracking/trflayer
LayerTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- LayerTest.java	7 Mar 2005 06:09:09 -0000	1.2
+++ LayerTest.java	25 Jul 2007 17:39:44 -0000	1.3
@@ -15,7 +15,7 @@
 
 public class LayerTest extends Layer
 {
-    
+    private boolean debug;
     // static methods
     
     // Return the type name.
@@ -98,9 +98,9 @@
         
         // Fetch the input ETrack
         ETrack tre = trl.track();
-        System.out.println("tre= "+tre);
+        if(debug) System.out.println("tre= "+tre);
         // Fetch the input status.
-        System.out.println("trl= "+trl);
+        if(debug) System.out.println("trl= "+trl);
         LayerStat lstat = trl.status();
         
         // Check the state.
CVSspam 0.2.8