Skip to content

Commit 7126f9f

Browse files
authored
[QC-426] Decrease verbosity (#494)
The messages is printed for each message and it is too much. Commenting it out for the time being.
1 parent e571f86 commit 7126f9f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Framework/src/TaskRunner.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ CompletionPolicy::CompletionOp TaskRunner::completionPolicyCallback(o2::framewor
172172
}
173173
}
174174

175-
ILOG(Debug, Devel) << "Completion policy callback. "
176-
<< "Total inputs possible: " << inputs.size()
177-
<< ", data inputs: " << dataInputsPresent
178-
<< ", timer inputs: " << (action == CompletionPolicy::CompletionOp::Consume) << ENDM;
175+
// ILOG(Debug, Trace) << "Completion policy callback. "
176+
// << "Total inputs possible: " << inputs.size()
177+
// << ", data inputs: " << dataInputsPresent
178+
// << ", timer inputs: " << (action == CompletionPolicy::CompletionOp::Consume) << ENDM;
179179

180180
if (dataInputsPresent == dataInputsExpected) {
181181
action = CompletionPolicy::CompletionOp::Consume;

0 commit comments

Comments
 (0)