Remove old logging
This commit is contained in:
parent
1bd6a61e5a
commit
3eaf1ec6d8
@ -474,7 +474,6 @@ class HintManager(QObject):
|
|||||||
@pyqtSlot(str)
|
@pyqtSlot(str)
|
||||||
def on_mode_left(self, mode):
|
def on_mode_left(self, mode):
|
||||||
"""Stop hinting when hinting mode was left."""
|
"""Stop hinting when hinting mode was left."""
|
||||||
logging.warn("mode {} left".format(mode))
|
|
||||||
if mode != 'hint':
|
if mode != 'hint':
|
||||||
return
|
return
|
||||||
for elem in self._elems.values():
|
for elem in self._elems.values():
|
||||||
|
Loading…
Reference in New Issue
Block a user