From 81892103137fad6f48b607bf8f480aed5fe2177c Mon Sep 17 00:00:00 2001
From: Walter Lampl <Walter.Lampl@cern.ch>
Date: Wed, 9 Sep 2020 15:44:43 +0200
Subject: [PATCH] Dumpers.py: Remove forgotten debug output

---
 Event/PyDumper/python/Dumpers.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Event/PyDumper/python/Dumpers.py b/Event/PyDumper/python/Dumpers.py
index 2ac6aef9dee..21f328527e0 100644
--- a/Event/PyDumper/python/Dumpers.py
+++ b/Event/PyDumper/python/Dumpers.py
@@ -2935,7 +2935,6 @@ def dump_PhotonAssociation (a, f):
 def dump_MuonAssociation (a, f):
     dump_JetAssociationBase (a, f)
     muo = a.muon()
-    fprint(f,muo,type(muo))
     if muo != muonNull:
         fprint (f, a.getMuonWeight (muo))
         dump_Fourvec (muo, f)
-- 
GitLab