From 1462c5f448a24d9ccd231755428feba2df8e6585 Mon Sep 17 00:00:00 2001 From: Carl Gwilliam <gwilliam@hep.ph.liv.ac.uk> Date: Fri, 20 Jan 2023 13:39:34 +0000 Subject: [PATCH] fix --- Control/CalypsoExample/Generation/scripts/faser_particlegun.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Control/CalypsoExample/Generation/scripts/faser_particlegun.py b/Control/CalypsoExample/Generation/scripts/faser_particlegun.py index 8d78b78e..d23e879d 100755 --- a/Control/CalypsoExample/Generation/scripts/faser_particlegun.py +++ b/Control/CalypsoExample/Generation/scripts/faser_particlegun.py @@ -164,8 +164,6 @@ if __name__ == '__main__': print(f"Sampler {args.sampler} not known!") sys.exit(1) - print(sg_dict) - # Pass this in one go to ConfigFlags ConfigFlags.Sim.Gun = sg_dict -- GitLab