Print

Print


Commit in GeomConverter/src/org/lcsim/detector/converter/compact on MAIN
DetectorConverter.java+1-31.33 -> 1.34


GeomConverter/src/org/lcsim/detector/converter/compact
DetectorConverter.java 1.33 -> 1.34
diff -u -r1.33 -r1.34
--- DetectorConverter.java	6 Dec 2007 01:26:33 -0000	1.33
+++ DetectorConverter.java	6 Dec 2007 01:29:14 -0000	1.34
@@ -140,9 +140,7 @@
     {
         // Process all Subdetectors in the Detector.
         for ( Subdetector subdet : detector.getSubdetectors().values())
-        {		
-            System.out.println("cnv " + subdet.getName());
-            
+        {		            
             // Find a converter for this type.
             ISubdetectorConverter cnv = getSubdetectorConverter(subdet.getClass());
 
CVSspam 0.2.8