From ad1673a1063d805389bfcea67b0782d2cf13c072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20G=C3=B6tz?= Date: Thu, 29 Aug 2024 14:20:26 +0200 Subject: [PATCH] Cleanup --- src/sparkx/Particle.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sparkx/Particle.py b/src/sparkx/Particle.py index 0f5b7621..b61f2e1e 100755 --- a/src/sparkx/Particle.py +++ b/src/sparkx/Particle.py @@ -423,7 +423,6 @@ def __initialize_from_array(self, input_format, particle_array): + " is not known by PDGID, charge could not be computed. Consider setting it by hand." ) else: - print(particle_array) raise ValueError( "The input file is corrupted! " + "A line with wrong number of columns "