only:reducing noise
This commit is contained in:
parent
17069719dc
commit
204bc0ea53
|
@ -27,7 +27,7 @@ public class TriggerWheelTSLogic {
|
|||
|
||||
|
||||
TriggerWheelInfo.readWheels(folder, wheelInfo -> {
|
||||
System.out.println("onWheel " + wheelInfo.getTriggerName());
|
||||
// System.out.println("onWheel " + wheelInfo.getTriggerName());
|
||||
|
||||
if (!wheelInfo.isKnownOperationMode()) {
|
||||
appendOrIfNotEmpty(triggerTypesWithoutKnownLocation);
|
||||
|
|
|
@ -47,7 +47,7 @@ public class TriggerWheelInfo {
|
|||
String idStr = tokens[1];
|
||||
int eventCount = Integer.parseInt(tokens[2]);
|
||||
String triggerName = tokens[3];
|
||||
System.out.println("Processing " + line + " " + idStr);
|
||||
// System.out.println("Processing " + line + " " + idStr);
|
||||
|
||||
int id = Integer.parseInt(idStr);
|
||||
double tdcPosition = Double.parseDouble(tokens[4]);
|
||||
|
|
Loading…
Reference in New Issue