Print

Print


Commit in lcsim-conditions/src/main/java/org/lcsim/conditions on MAIN
ConditionsReader.java+7-41.4 -> 1.5

lcsim-conditions/src/main/java/org/lcsim/conditions
ConditionsReader.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- ConditionsReader.java	28 Mar 2012 17:15:27 -0000	1.4
+++ ConditionsReader.java	10 Jul 2012 18:03:56 -0000	1.5
@@ -123,9 +123,12 @@
      * For more details see @link http://confluence.slac.stanford.edu/display/ilc/Conditions+database
      */
     static ConditionsReader create(String detectorName, int run) throws ConditionsNotFoundException {
-    	boolean debug = true;
-    	if (debug)
-    		System.out.println("ConditionsReader.create - " + detectorName);
+    	//boolean debug = true;
+    	//if (debug)
+    	//	System.out.println("ConditionsReader.create - " + detectorName);
+    	//System.out.println("ConditionsReader.create - " + detectorName);
+    	//System.out.println("Called from ...");
+    	//(new RuntimeException()).printStackTrace();
         String name = detectorName;
         try {
             if (cache == null) {
@@ -161,7 +164,7 @@
                 try {
                     return new BaseClasspathConditionsReader(name);
                 } catch (IOException x) {
-                	System.out.println(x.getLocalizedMessage());
+                	//System.out.println(x.getLocalizedMessage());
                 }
             	
                 // Search for a local, cached copy.
CVSspam 0.2.12


Use REPLY-ALL to reply to list

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