Skip to content

Commit

Permalink
Fix static code-check error.
Browse files Browse the repository at this point in the history
  • Loading branch information
felicepantaleo committed Jun 6, 2024
1 parent f7db43e commit bdf142f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RecoHGCal/TICL/plugins/TracksterLinkingbySkeletons.cc
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ bool TracksterLinkingbySkeletons::areCompatible(const ticl::Trackster &myTrackst
}
}
}
LogDebug("TracksterLinkingbySkeletons")
<< "\t\t Check distance in Z " << minDistance_z << " TH " << min_distance_z_ << std::endl;
if (minDistance_z < min_distance_z_[isEE]) {
LogDebug("TracksterLinkingbySkeletons")
<< "\t Trackster have distance in Z " << minDistance_z
Expand Down

0 comments on commit bdf142f

Please sign in to comment.