There was an error while loading. Please reload this page.
1 parent 85a66e6 commit 1e8d052Copy full SHA for 1e8d052
1 file changed
GPU/Workflow/src/GPUWorkflowSpec.cxx
@@ -372,10 +372,7 @@ void GPURecoWorkflowSpec::stop()
372
void GPURecoWorkflowSpec::endOfStream(EndOfStreamContext& ec)
373
{
374
if (mSpecConfig.runITSTracking && mITSTrackingInterface != nullptr) {
375
- if (static bool printOnce{false}; !printOnce) {
376
- printOnce = true;
377
- mITSTrackingInterface->printSummary();
378
- }
+ mITSTrackingInterface->printSummary();
379
}
380
handlePipelineEndOfStream(ec);
381
0 commit comments