aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--diplomacy/client/notification_managers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/diplomacy/client/notification_managers.py b/diplomacy/client/notification_managers.py
index 52b0b14..317bd2e 100644
--- a/diplomacy/client/notification_managers.py
+++ b/diplomacy/client/notification_managers.py
@@ -256,7 +256,6 @@ def handle_notification(connection, notification):
if object_to_notify is None:
LOGGER.error('Unknown notification: %s', notification.name)
else:
- LOGGER.info('Notification received: %s', notification.name)
handler = MAPPING.get(type(notification), None)
if not handler:
raise exceptions.DiplomacyException(