1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Comment debug code in minitouch

This commit is contained in:
LmeSzinc 2020-09-22 04:07:54 +08:00
parent 0494b9403c
commit d17cedab88

View File

@ -218,7 +218,7 @@ class MiniTouch(Connection):
def minitouch_send(self):
content = self.minitouch_builder.content
logger.info("send operation: {}".format(content.replace("\n", "\\n")))
# logger.info("send operation: {}".format(content.replace("\n", "\\n")))
byte_content = content.encode('utf-8')
self.client.sendall(byte_content)
self.client.recv(0)