Remove some print statements.

This commit is contained in:
Charles Haley 2011-01-16 10:48:43 +00:00
parent 04869f7f5d
commit 4a9e8bcb2f

View File

@ -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()