remove debug log

This commit is contained in:
holger krekel
2024-07-28 11:19:03 +02:00
parent c4499d6c85
commit 89c65d30d3

View File

@@ -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")