Skip to content

Commit aa99002

Browse files
committed
remove debug printout
1 parent 5c69b7e commit aa99002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/calib/utils/ConstantsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private synchronized void loadConstantsForRun(int run) {
159159
for (String table : stringTables)
160160
s.put(table, new StringIndexedTable(provider.getAssignment(table)));
161161
stringConstants.put(run,s);
162-
System.out.println(stringConstants.get(run).get("/runcontrol/beam").getValueFloat("beam_energy","value"));
162+
//System.out.println(stringConstants.get(run).get("/runcontrol/beam").getValueFloat("beam_energy","value"));
163163
}
164164

165165
provider.disconnect();

0 commit comments

Comments
 (0)