Stop logging in PassthroughKeyParser

This commit is contained in:
Florian Bruhin 2018-02-27 11:04:05 +01:00
parent ec3ad8a969
commit bd87b4eb10

View File

@ -55,8 +55,7 @@ class PassthroughKeyParser(CommandKeyParser):
_mode: The mode this keyparser is for.
"""
# FIXME
# do_log = False
do_log = False
passthrough = True
def __init__(self, win_id, mode, parent=None):