Remove debug prints

This commit is contained in:
Jon Tibble 2010-02-21 21:41:30 +00:00
parent 5715819e83
commit f7d95a8fdb
1 changed files with 0 additions and 2 deletions

View File

@ -237,8 +237,6 @@ class ThemeManager(QtGui.QWidget):
if len(files) > 0:
for file in files:
self.config.set_last_dir(unicode(file))
print file
print self.path
self.unzipTheme(file, self.path)
self.loadThemes()