1
0

remove debug thing

This commit is contained in:
2026-02-20 18:02:16 +01:00
parent 0fd3e08766
commit 6517709ea7

1
xrd.py
View File

@@ -164,7 +164,6 @@ def run_server():
try:
data = conn.recv(1024)
if not data: break
print(data)
resp = process_command(tef, data, state)
if resp: conn.sendall(resp)
except ConnectionResetError: break