diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 6fbb34009..d9dd8acb6 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -478,7 +478,6 @@ class ServiceManager(QtGui.QWidget): if not quick or self.isNew: filename = QtGui.QFileDialog.getSaveFileName(self, u'Save Service', self.config.get_last_dir()) - print filename else: filename = self.config.get_last_dir() if filename: