forked from openlp/openlp
Remove print
This commit is contained in:
parent
45905753ed
commit
827840710f
@ -192,7 +192,6 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeWizard):
|
|||||||
"""
|
"""
|
||||||
Calculate the number of lines on a page by rendering text
|
Calculate the number of lines on a page by rendering text
|
||||||
"""
|
"""
|
||||||
print "calculateLines ",self.page
|
|
||||||
# Do not trigger on start up
|
# Do not trigger on start up
|
||||||
if self.page != 0:
|
if self.page != 0:
|
||||||
self.updateTheme()
|
self.updateTheme()
|
||||||
|
Loading…
Reference in New Issue
Block a user