From 892e8365a05e00d8a097918678899c57e13961f6 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Sun, 2 Dec 2018 10:02:30 +0100 Subject: [PATCH] removed debug printout --- Processes/Sibyll/code_generator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Processes/Sibyll/code_generator.py b/Processes/Sibyll/code_generator.py index 77c1f5dd..a593a1f2 100755 --- a/Processes/Sibyll/code_generator.py +++ b/Processes/Sibyll/code_generator.py @@ -159,8 +159,6 @@ if __name__ == "__main__": pythia_db = load_pythiadb(sys.argv[1]) read_sibyll_codes(sys.argv[2], pythia_db) - print (str(pythia_db)) - with open("Generated.inc", "w") as f: print("// this file is automatically generated\n// edit at your own risk!\n", file=f) print(generate_sibyll_enum(pythia_db), file=f) -- GitLab