From d844df28254ef2626430ab0223531a3988b4030e Mon Sep 17 00:00:00 2001 From: Felix Riehn <friehn@lip.pt> Date: Fri, 7 Jun 2019 21:26:59 +0200 Subject: [PATCH] removed debug output --- Processes/Sibyll/NuclearInteraction.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Processes/Sibyll/NuclearInteraction.cc b/Processes/Sibyll/NuclearInteraction.cc index 057c07d2a..384330c63 100644 --- a/Processes/Sibyll/NuclearInteraction.cc +++ b/Processes/Sibyll/NuclearInteraction.cc @@ -236,8 +236,6 @@ namespace corsika::process::sibyll { "projectiles should use NuclearStackExtension!"); else { // no nuclear interaction - cout << "NuclearInteraction::GetInteractionLength: non nuclear projectile: " - << corsikaBeamId << " set interaction length to inf" << endl; return std::numeric_limits<double>::infinity() * 1_g / (1_cm * 1_cm); } } -- GitLab