Skip to content

Commit f6974c2

Browse files
committed
Comment out the printing info in CMV to vector workflow
1 parent 90d4fb6 commit f6974c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/TPC/workflow/src/CMVToVectorSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class CMVToVectorDevice : public o2::framework::Task
182182
cmvVec.reserve(cmvVec.size() + cmv::NTimeBinsPerPacket);
183183
for (uint32_t tb = 0; tb < cmv::NTimeBinsPerPacket; ++tb) {
184184
cmvVec.push_back(cmvs.getCMVFloat(tb));
185-
LOGP(info, "Appended CMV {} for timebin {}, CRU {}, orbit {}, bc {}", cmvs.getCMVFloat(tb), tb, cruID, orbit, bc);
185+
// LOGP(debug, "Appended CMV {} for timebin {}, CRU {}, orbit {}, bc {}", cmvs.getCMVFloat(tb), tb, cruID, orbit, bc);
186186
}
187187
}
188188
} catch (const std::exception& e) {

0 commit comments

Comments
 (0)