From 89c65d30d36c10ca8ba574260c09c9386297b827 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 28 Jul 2024 11:19:03 +0200 Subject: [PATCH] remove debug log --- chatmaild/src/chatmaild/dictproxy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chatmaild/src/chatmaild/dictproxy.py b/chatmaild/src/chatmaild/dictproxy.py index aa4ef9d1..f1299eb9 100644 --- a/chatmaild/src/chatmaild/dictproxy.py +++ b/chatmaild/src/chatmaild/dictproxy.py @@ -20,7 +20,6 @@ class DictProxy: def handle_dovecot_request(self, msg): # see https://doc.dovecot.org/developer_manual/design/dict_protocol/#dovecot-dict-protocol - print(f"handling msg: {msg!r}") short_command = msg[0] parts = msg[1:].split("\t")