From 7359ccb5919ae4760ca5c9ee6b6415a1c29238e3 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 7 Mar 2024 13:04:34 +0100 Subject: [PATCH] remove debug print --- chatmaild/src/chatmaild/metadata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chatmaild/src/chatmaild/metadata.py b/chatmaild/src/chatmaild/metadata.py index 7a55edec..bccce87a 100644 --- a/chatmaild/src/chatmaild/metadata.py +++ b/chatmaild/src/chatmaild/metadata.py @@ -70,7 +70,6 @@ def handle_dovecot_protocol(rfile, wfile, notifier): def handle_dovecot_request(msg, transactions, notifier): # see https://doc.dovecot.org/3.0/developer_manual/design/dict_protocol/ - print("got", msg) short_command = msg[0] parts = msg[1:].split("\t") if short_command == DICTPROXY_LOOKUP_CHAR: