Skip to content

Commit

Permalink
Re #7950. Remove debug print statement left in by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Oct 4, 2013
1 parent 0d502b7 commit 3da9095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/scripts/Interface/reduction_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def _update_file_menu(self):

recent_files = []
for fname in self._recent_files:
print fname
if fname != self._filename and QtCore.QFile.exists(fname) and not fname in recent_files:
recent_files.append(fname)

Expand Down

0 comments on commit 3da9095

Please sign in to comment.