diff --git a/Event/PyDumper/python/Dumpers.py b/Event/PyDumper/python/Dumpers.py index 2ac6aef9dee3f036992a1e6bcf7fd87bc463a8f6..21f328527e0f525bc32aac69459c699881fe3f53 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)