From d3216ea57ae2e955654d80c9bc072cffd2e000a5 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 17 Dec 2025 15:40:58 -0500 Subject: [PATCH] device: remove debugging statement --- lib/logitech_receiver/hidpp10_constants.py | 1 - 1 file changed, 1 deletion(-) 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: