forked from openlp/openlp
remove print
This commit is contained in:
parent
af5a52fa62
commit
23236b50e1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user