Skip to content

Commit 76c9749

Browse files
committed
GPU: remove leftover debug messages
1 parent cb994c9 commit 76c9749

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Detectors/TPC/workflow/src/CATrackerSpec.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ DataProcessorSpec getCATrackerSpec(CompletionPolicyData* policyData, ca::Config
302302
if (processAttributes->readyToQuit) {
303303
return;
304304
}
305-
printf("RUN PROCESSING\n");
306305
auto cput = timer.CpuTime();
307306
timer.Start(false);
308307
auto& parser = processAttributes->parser;
@@ -634,7 +633,6 @@ DataProcessorSpec getCATrackerSpec(CompletionPolicyData* policyData, ca::Config
634633
outputRegions.clusterLabels.allocator = [&clustersMCBuffer](size_t size) -> void* { return &clustersMCBuffer; };
635634
}
636635

637-
printf("RUN TRACKING\n");
638636
int retVal = tracker->runTracking(&ptrs, &outputRegions);
639637
if (processAttributes->suppressOutput) {
640638
return;

0 commit comments

Comments
 (0)