From ad438ba4b2056a96e5d6c078e0385868e45cd1c5 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 3 Feb 2013 16:56:19 +0000 Subject: [PATCH] Remove rogue print --- openlp/core/ui/mainwindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 9fe81b01f..9a5429d9d 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -1363,7 +1363,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): dir_util.copy_tree(old_data_path, self.newDataPath) log.info(u'Copy sucessful') except (IOError, os.error, DistutilsFileError), why: - print "A5" self.openlp_core.set_normal_cursor() log.exception(u'Data copy failed %s' % unicode(why)) QtGui.QMessageBox.critical(self, translate('OpenLP.MainWindow', 'New Data Directory Error'),