Skip to content

Commit

Permalink
remove printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliya Nigamova committed Apr 21, 2023
1 parent 86abab4 commit 3976c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ModelTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ def doAutoFlatNuisancePriors(self):
for flatNP in self.DC.toCreateFlatParam.items():
c_param_name = flatNP[0]
c_param_details = flatNP[1]
print(c_param_name, c_param_details)
if len(c_param_details):
v, x1, x2 = c_param_details
else:
Expand Down

0 comments on commit 3976c43

Please sign in to comment.