Skip to content

Commit d961ddf

Browse files
committed
Suppress debug code remnants in the MatchCosmics
1 parent d9fbe03 commit d961ddf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Detectors/GlobalTracking/src/MatchCosmics.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,6 @@ void MatchCosmics::createSeeds(const o2::globaltracking::RecoContainer& data)
589589
seed.vtIDMax = std::max(short(iv), seed.vtIDMax);
590590
}
591591
}
592-
int nrj1 = 0;
593-
for (auto& s : mSeeds) {
594-
if (s.matchID == Reject)
595-
nrj1++;
596-
}
597592
}
598593
}
599594

0 commit comments

Comments
 (0)