Skip to content

Commit

Permalink
Remove debugging logging.
Browse files Browse the repository at this point in the history
Refs #10198.
  • Loading branch information
Harry Jeffery committed Sep 1, 2014
1 parent 943ca37 commit 17627f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py
Expand Up @@ -688,12 +688,9 @@ def _process(self):
two_theta = None
if len(two_theta_str) > 0:
two_theta = float(two_theta_str)
logger.error("casted value for two_theta:" + str(two_theta))

dqq, two_theta = CalculateResolution(Workspace = loadedRun, TwoTheta = two_theta)

logger.error("returned value for two_theta:" + str(two_theta))

#Put the calculated resolution into the table
resItem = QtGui.QTableWidgetItem()
resItem.setText(str(dqq))
Expand Down

0 comments on commit 17627f8

Please sign in to comment.