diff --git a/lib/logitech_receiver/hidpp10_constants.py b/lib/logitech_receiver/hidpp10_constants.py index 2c33e7c8..1f52e411 100644 --- a/lib/logitech_receiver/hidpp10_constants.py +++ b/lib/logitech_receiver/hidpp10_constants.py @@ -112,7 +112,6 @@ class NotificationFlag(Flag): def flags_to_str(flags, fallback: str) -> str: - print("FLAGS", type(flags), flags, fallback) flag_names = [] if flags is not None and flags is not False: if flags.value == 0: