From dbcc33edaec8eb6e5590e7eb29390fc58acbf6c6 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Mon, 17 Oct 2016 13:21:37 +0200 Subject: [PATCH] remove log.debug for unrelated messages (too spammy) Signed-off-by: Lubos Kocman Signed-off-by: Nils Philippsen --- rida/messaging.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rida/messaging.py b/rida/messaging.py index 44b2a859..51e16175 100644 --- a/rida/messaging.py +++ b/rida/messaging.py @@ -111,8 +111,6 @@ class BaseMessage(object): if msg_obj: return msg_obj - log.debug('Skipping unrecognized message with the topic "{0}"' - .format(topic)) return None