Print

Print


Author: [log in to unmask]
Date: Thu Jan  1 23:37:57 2015
New Revision: 3469

Log:
Remove debug print outs.

Modified:
    projects/lcsim/trunk/conditions/src/main/java/org/lcsim/conditions/readers/BaseClasspathConditionsReader.java

Modified: projects/lcsim/trunk/conditions/src/main/java/org/lcsim/conditions/readers/BaseClasspathConditionsReader.java
 =============================================================================
--- projects/lcsim/trunk/conditions/src/main/java/org/lcsim/conditions/readers/BaseClasspathConditionsReader.java	(original)
+++ projects/lcsim/trunk/conditions/src/main/java/org/lcsim/conditions/readers/BaseClasspathConditionsReader.java	Thu Jan  1 23:37:57 2015
@@ -71,23 +71,18 @@
         if (_detectorName == null || _detectorName != detectorName) {
             _detectorName = detectorName;
             update = true;
-            System.out.println(this.getClass().getSimpleName() + ".update - new detector " + _detectorName);           
         }
         
         // Check run number.
         if (run != _runNumber) {
             update = true;
-            System.out.println(this.getClass().getSimpleName() + ".update - new run " + run);
         } 
-        
-        System.out.println(this.getClass().getSimpleName() + ".update - " + update);
-        
+                
         return update;
     }
     
     /**
      * Close the reader.  
-     * For this type, it is a no-op.
      * @throws IOException never
      */
     public void close() throws IOException {

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