mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
remove debug log
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user