Skip to content

Commit

Permalink
Removed unused debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zunzun committed Nov 22, 2016
1 parent c0abfb6 commit f4c0f15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FittingInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def OnFit_2D(self):

item = dfc.eq_od2D[moduleSelection][equationSelection]
eqString = 'pyeq3.Models_2D.' + moduleSelection + '.' + item[0] + "('" + fittingTarget + "','" + item[1] + "')"
print(eqString)
self.equation = eval(eqString)

# convert text to numeric data checking for log of negative numbers, etc.
Expand Down

0 comments on commit f4c0f15

Please sign in to comment.