From d6e302c40816f2f43c813a8b48d09961740bbc81 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Tue, 9 Apr 2024 15:30:05 +0200 Subject: [PATCH] remove logging of incoming messages --- src/team_bot/bot.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/team_bot/bot.py b/src/team_bot/bot.py index 3577d17..29536c8 100644 --- a/src/team_bot/bot.py +++ b/src/team_bot/bot.py @@ -68,12 +68,6 @@ class RelayPlugin: @account_hookimpl def ac_incoming_message(self, message: deltachat.Message): """This method is called on every incoming message and decides what to do with it.""" - logging.info( - "New message from %s in chat %s: %s", - message.get_sender_contact().addr, - message.chat.get_name(), - message.text, - ) if message.is_system_message(): if message.chat.id == self.crew.id: