Print

Print


Author: [log in to unmask]
Date: Thu Oct  8 22:28:43 2015
New Revision: 3679

Log:
Comment out the other debug print.

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:28:43 2015
@@ -30,9 +30,9 @@
         // Create list if doesn't exist.
         if (idhash.get(rawid) == null) {
             idhash.put(rawid, new DetectorElementContainer());
-        } else {
-            System.out.println("WARNING: already have container for ID " + rawid);
-        }
+        } /*else {
+            //System.out.println("WARNING: already have container for ID " + rawid);
+        }*/
 
         // Add a hash from id to DetectorElement.
         idhash.get(rawid).add(de);

########################################################################
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