Skip to content

Commit 00076c8

Browse files
committed
removed debug log
1 parent 7cb0335 commit 00076c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,9 +1411,6 @@ void ITSThresholdCalibrator::run(ProcessingContext& pc)
14111411
if ((chipID % mChipModBase) != mChipModSel) {
14121412
continue;
14131413
}
1414-
if ((loopval == 100 || loopval == 105) && (chipID == 1 || chipID == 8)) {
1415-
LOG(info) << "Loopval: " << loopval << " Charge: " << realcharge << " Chip: " << chipID << " row: " << d.getRow() << " Col: " << d.getColumn();
1416-
}
14171414
if (d.getRow() != row && mVerboseOutput) {
14181415
LOG(info) << "iROF: " << iROF << " ChipID " << chipID << ": current row is " << d.getRow() << " (col = " << d.getColumn() << ") but the one in CW is " << row;
14191416
}

0 commit comments

Comments
 (0)