From 6d7351502e268155c00cd0eb6b3bba37054f761d Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 24 May 2020 03:44:24 +0300 Subject: removed print --- kvmd/plugins/hid/otg/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'kvmd') 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: -- cgit v1.2.3