mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 11:34:17 +02:00
Remove some print statements.
This commit is contained in:
parent
04869f7f5d
commit
4a9e8bcb2f
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ def __init__(self, parent, text):
|
|||
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…
Reference in a new issue