Remove debug message

This commit is contained in:
Veronica K. B. Olsen
2020-06-04 20:44:51 +02:00
parent 27130a018e
commit 8e7c3dcb4b
-1
View File
@@ -207,7 +207,6 @@ class GuiOutline(QTreeWidget):
if selItems:
tHandle = selItems[0].data(self.colIndex[nwOutline.TITLE], Qt.UserRole)
sTitle = selItems[0].data(self.colIndex[nwOutline.LINE], Qt.UserRole)
logger.verbose("User selected entry %s:%s" % (tHandle, sTitle))
self.theParent.projMeta.showItem(tHandle, sTitle)
return