Browse Source

remove debug print

master
Nils 4 years ago
parent
commit
68722c14ce
  1. 2
      qtgui/sessiontreecontroller.py

2
qtgui/sessiontreecontroller.py

@ -188,8 +188,6 @@ class SessionTreeController(object):
We also get this for every client change so we can update our numbers"""
self.treeWidget.clear()
print ("Callback sessions changed. list: ")
self._cachedSessionDicts = sessionDicts #in case we change the flat/nested mode.
for sessionDict in sessionDicts:

Loading…
Cancel
Save