Remove line

This commit is contained in:
Tim Bentley 2011-02-05 09:40:04 +00:00
parent fecad94099
commit 5c3c7e0c70
1 changed files with 0 additions and 1 deletions

View File

@ -611,7 +611,6 @@ class ThemeManager(QtGui.QWidget):
def generateAndSaveImage(self, dir, name, theme):
log.debug(u'generateAndSaveImage %s %s', dir, name)
#theme_xml = theme.extract_xml()
frame = self.generateImage(theme)
samplepathname = os.path.join(self.path, name + u'.png')
if os.path.exists(samplepathname):