only:reducing noise

This commit is contained in:
Andrey 2024-03-21 16:24:02 -04:00
parent 17069719dc
commit 204bc0ea53
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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]);