Skip to content

Commit 1e8d052

Browse files
authored
Simplify summary printing in endOfStream method
1 parent 85a66e6 commit 1e8d052

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

GPU/Workflow/src/GPUWorkflowSpec.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,7 @@ void GPURecoWorkflowSpec::stop()
372372
void GPURecoWorkflowSpec::endOfStream(EndOfStreamContext& ec)
373373
{
374374
if (mSpecConfig.runITSTracking && mITSTrackingInterface != nullptr) {
375-
if (static bool printOnce{false}; !printOnce) {
376-
printOnce = true;
377-
mITSTrackingInterface->printSummary();
378-
}
375+
mITSTrackingInterface->printSummary();
379376
}
380377
handlePipelineEndOfStream(ec);
381378
}

0 commit comments

Comments
 (0)