Remove Print add comment

This commit is contained in:
Tim Bentley 2011-01-08 09:44:44 +00:00
parent 04302b590b
commit f5ec98f79c

View File

@ -286,7 +286,7 @@ class DisplayTagTab(SettingsTab):
u'end html': u'</and here>', u'protected': False}
DisplayTags.add_html_tag(tag)
self._resetTable()
print self.tagTableWidget.rowCount()
# Highlight new row
self.tagTableWidget.selectRow(self.tagTableWidget.rowCount() - 1)
def onDefaultPushed(self):