remove debug print

This commit is contained in:
holger krekel
2024-03-07 13:04:34 +01:00
parent a67c1b9cc5
commit 7359ccb591

View File

@@ -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: