Skip to content

Commit

Permalink
Forgot to remove a print statement. This refs #5071
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Apr 13, 2012
1 parent 7f3ca60 commit a7e3e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ def to_script(self, file_name=None):
def apply(self):
"""
Apply the reduction process
"""
print 'inside apply of refl_sf_calculator.py'

"""
if HAS_MANTID:
script = self.to_script(None)

print script


try:
t0 = time.time()
exec script
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ def _ref_instrument_selected(self):
self._summary.outdir_edit.hide()
self._summary.outdir_browse_button.hide()

#TODO: allow log binning
self._summary.log_scale_chk.hide()

def _tof_range_clicked(self, is_checked):
"""
This is reached by the TOF range switch
Expand Down

0 comments on commit a7e3e21

Please sign in to comment.