Print

Print


Author: [log in to unmask]
Date: Fri May 15 11:00:20 2015
New Revision: 3606

Log:
Remove debug print.

Modified:
    projects/lcsim/branches/LCSIM-245/detector-framework/src/main/java/org/lcsim/detector/converter/compact/DetectorConverter.java

Modified: projects/lcsim/branches/LCSIM-245/detector-framework/src/main/java/org/lcsim/detector/converter/compact/DetectorConverter.java
 =============================================================================
--- projects/lcsim/branches/LCSIM-245/detector-framework/src/main/java/org/lcsim/detector/converter/compact/DetectorConverter.java	(original)
+++ projects/lcsim/branches/LCSIM-245/detector-framework/src/main/java/org/lcsim/detector/converter/compact/DetectorConverter.java	Fri May 15 11:00:20 2015
@@ -99,7 +99,7 @@
         for (Class<? extends AbstractSubdetectorConverter> converter : converters) {
             try {
                 if (!Modifier.isAbstract(converter.getModifiers())) {
-                    System.out.println("adding subdet converter: " + converter);
+                    //System.out.println("adding subdet converter: " + converter);
                     this.addSubdetectorConverter(converter.newInstance());
                 }
             } catch (InstantiationException | IllegalAccessException e) {

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