Remove print

This commit is contained in:
Tim Bentley 2010-11-24 17:38:59 +00:00
parent 45905753ed
commit 827840710f
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeWizard):
"""
Calculate the number of lines on a page by rendering text
"""
print "calculateLines ",self.page
# Do not trigger on start up
if self.page != 0:
self.updateTheme()