forked from openlp/openlp
Remove debug prints
This commit is contained in:
parent
5715819e83
commit
f7d95a8fdb
@ -237,8 +237,6 @@ class ThemeManager(QtGui.QWidget):
|
|||||||
if len(files) > 0:
|
if len(files) > 0:
|
||||||
for file in files:
|
for file in files:
|
||||||
self.config.set_last_dir(unicode(file))
|
self.config.set_last_dir(unicode(file))
|
||||||
print file
|
|
||||||
print self.path
|
|
||||||
self.unzipTheme(file, self.path)
|
self.unzipTheme(file, self.path)
|
||||||
self.loadThemes()
|
self.loadThemes()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user