Skip to content

Commit

Permalink
remove debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Baltzell authored and baltzell committed Sep 20, 2024
1 parent fbdcb2f commit 88a672d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private synchronized void loadConstantsForRun(int run) {
for (String table : stringTables)
s.put(table, new StringIndexedTable(provider.getAssignment(table)));
stringConstants.put(run,s);
System.out.println(stringConstants.get(run).get("/runcontrol/beam").getValueFloat("beam_energy","value"));
//System.out.println(stringConstants.get(run).get("/runcontrol/beam").getValueFloat("beam_energy","value"));
}

provider.disconnect();
Expand Down

0 comments on commit 88a672d

Please sign in to comment.