mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 21:38:03 +00:00
remove debug log
This commit is contained in:
@@ -20,7 +20,6 @@ class DictProxy:
|
|||||||
|
|
||||||
def handle_dovecot_request(self, msg):
|
def handle_dovecot_request(self, msg):
|
||||||
# see https://doc.dovecot.org/developer_manual/design/dict_protocol/#dovecot-dict-protocol
|
# see https://doc.dovecot.org/developer_manual/design/dict_protocol/#dovecot-dict-protocol
|
||||||
print(f"handling msg: {msg!r}")
|
|
||||||
short_command = msg[0]
|
short_command = msg[0]
|
||||||
parts = msg[1:].split("\t")
|
parts = msg[1:].split("\t")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user