mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
remove debug print
This commit is contained in:
@@ -70,7 +70,6 @@ def handle_dovecot_protocol(rfile, wfile, notifier):
|
|||||||
|
|
||||||
def handle_dovecot_request(msg, transactions, notifier):
|
def handle_dovecot_request(msg, transactions, notifier):
|
||||||
# see https://doc.dovecot.org/3.0/developer_manual/design/dict_protocol/
|
# see https://doc.dovecot.org/3.0/developer_manual/design/dict_protocol/
|
||||||
print("got", msg)
|
|
||||||
short_command = msg[0]
|
short_command = msg[0]
|
||||||
parts = msg[1:].split("\t")
|
parts = msg[1:].split("\t")
|
||||||
if short_command == DICTPROXY_LOOKUP_CHAR:
|
if short_command == DICTPROXY_LOOKUP_CHAR:
|
||||||
|
|||||||
Reference in New Issue
Block a user