mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08: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…
x
Reference in New Issue
Block a user