Opt: Remove debug code

This commit is contained in:
LmeSzinc 2024-07-06 00:38:14 +08:00
parent 019a35a64c
commit 2bc712fa69

View File

@ -294,7 +294,7 @@ class MaaTouch(Connection):
self._maatouch_stream.recv(0)
# Wait until operations finished
start = time.time()
# start = time.time()
socket_out = self._maatouch_stream.makefile()
max_trial = 3
for n in range(3):