Remove old logging

This commit is contained in:
Florian Bruhin 2014-05-05 22:34:58 +02:00
parent 1bd6a61e5a
commit 3eaf1ec6d8

View File

@ -474,7 +474,6 @@ class HintManager(QObject):
@pyqtSlot(str)
def on_mode_left(self, mode):
"""Stop hinting when hinting mode was left."""
logging.warn("mode {} left".format(mode))
if mode != 'hint':
return
for elem in self._elems.values():