From 3e291c565e08d39f5dbe8fce3b2489cfef67aa01 Mon Sep 17 00:00:00 2001 From: Trigg Date: Thu, 31 Mar 2022 09:12:52 +0000 Subject: [PATCH] - Remove one log which causes too much log spam --- discover_overlay/discover_overlay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discover_overlay/discover_overlay.py b/discover_overlay/discover_overlay.py index 1c65935..d55677e 100755 --- a/discover_overlay/discover_overlay.py +++ b/discover_overlay/discover_overlay.py @@ -121,7 +121,6 @@ class Discover: def add_notification_message(self, bus, message): args = message.get_args_list() - logging.warning(args) noti = {"title": "%s" % (args[3]), "body": "%s" % (args[4]), "icon": "%s" % (args[2]), "cmd": "%s" % (args[0]), "time": time.time()} if len(args) > 6: