From e1c9f0903de733131e1d7f8bbf549ed1f83632a3 Mon Sep 17 00:00:00 2001 From: Stewart Martin-Haugh <smh@cern.ch> Date: Thu, 11 May 2017 15:24:21 +0200 Subject: [PATCH] Remove printout Former-commit-id: 8ca0dd5612319908db33f7f233de4dc80caa91e7 --- .../TrigFastTrackFinder/python/TrigFastTrackFinderMT_Config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinderMT_Config.py b/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinderMT_Config.py index 8aa2809f764..c4962327944 100644 --- a/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinderMT_Config.py +++ b/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinderMT_Config.py @@ -203,7 +203,6 @@ class TrigFastTrackFinderMTBase(TrigFastTrackFinderMT): ToolSvc += resCalc self.TrigL2ResidualCalculator = resCalc self.doCloneRemoval = InDetTrigSliceSettings[('doCloneRemoval',remapped_type)] - print self class TrigFastTrackFinderMT_eGamma(TrigFastTrackFinderMTBase): def __init__(self, name = "TrigFastTrackFinderMT_eGamma"): -- GitLab