Skip to content

Commit

Permalink
Removed printout
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Kortelainen <matti.kortelainen@cern.ch>
  • Loading branch information
Dr15Jones and makortel authored Mar 2, 2022
1 parent 41195c5 commit e0e6785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FWCore/ParameterSet/python/Mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ def getParameter(self, params):
return getattr(self, params, None)
for param in params:
lastParam = getattr(lastParam, param, None)
#print(str(lastParam))
if lastParam == None:
return None
return lastParam
Expand Down

0 comments on commit e0e6785

Please sign in to comment.