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