Print

Print


Author: [log in to unmask]
Date: Thu Oct  8 22:24:45 2015
New Revision: 3678

Log:
Comment out debug print (oops).

Modified:
    projects/lcsim/trunk/detector-framework/src/main/java/org/lcsim/detector/DetectorElementIdentifierHash.java

Modified: projects/lcsim/trunk/detector-framework/src/main/java/org/lcsim/detector/DetectorElementIdentifierHash.java
 =============================================================================
--- projects/lcsim/trunk/detector-framework/src/main/java/org/lcsim/detector/DetectorElementIdentifierHash.java	(original)
+++ projects/lcsim/trunk/detector-framework/src/main/java/org/lcsim/detector/DetectorElementIdentifierHash.java	Thu Oct  8 22:24:45 2015
@@ -21,7 +21,7 @@
 
         // Ignore invalid id.
         if (!id.isValid()) {
-            System.out.println("ignoring invalid ID " + de.getIdentifier().getValue() + " from " + de.getName());
+            //System.out.println("ignoring invalid ID " + de.getIdentifier().getValue() + " from " + de.getName());
             return;
         }
 

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1