mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove some print statements.
This commit is contained in:
parent
04869f7f5d
commit
4a9e8bcb2f
@ -46,9 +46,6 @@ class TemplateDialog(QDialog, Ui_TemplateDialog):
|
||||
self.function.setCurrentIndex(0)
|
||||
self.function.currentIndexChanged[str].connect(self.function_changed)
|
||||
|
||||
print self.textbox.tabStopWidth()
|
||||
print self.source_code.tabStopWidth()
|
||||
|
||||
def function_changed(self, toWhat):
|
||||
name = unicode(toWhat)
|
||||
self.source_code.clear()
|
||||
|
Loading…
x
Reference in New Issue
Block a user