diff options
author | Devaev Maxim <[email protected]> | 2020-05-24 03:44:24 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-05-24 03:44:24 +0300 |
commit | 6d7351502e268155c00cd0eb6b3bba37054f761d (patch) | |
tree | 8fb499acbaf50bfa525039c4b835d9f1d3003468 /kvmd/plugins | |
parent | d61471d3a32037d9451b8e9aced117b15990a342 (diff) |
removed print
Diffstat (limited to 'kvmd/plugins')
-rw-r--r-- | kvmd/plugins/hid/otg/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kvmd/plugins/hid/otg/__init__.py b/kvmd/plugins/hid/otg/__init__.py index 3cc866ce..3dc49c72 100644 --- a/kvmd/plugins/hid/otg/__init__.py +++ b/kvmd/plugins/hid/otg/__init__.py @@ -114,7 +114,6 @@ class Plugin(BaseHid): # ===== def send_key_event(self, key: str, state: bool) -> None: - print(key, int(state)) self.__keyboard_proc.send_key_event(key, state) def send_mouse_button_event(self, button: str, state: bool) -> None: |