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:
parent
0494b9403c
commit
d17cedab88
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user