Skip to content

Commit

Permalink
Remove testing variable that doesn't compile
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen authored and tomeichlersmith committed Apr 18, 2024
1 parent f903456 commit 6c336fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Biasing/src/Biasing/Utility/StepPrinter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ void StepPrinter::stepping(const G4Step* step) {
// This could be a negated condition, but it is easier to read this way
//
auto trackMap{simcore::g4user::TrackingAction::get()->getTrackMap()};
auto found{isDescendent(track)};
if (trackID == trackID_ || // We are the track of interest
trackMap.isDescendant(
trackID, trackID_,
Expand Down

0 comments on commit 6c336fd

Please sign in to comment.