diff --git a/xrd.py b/xrd.py index c09f7f0..7879164 100644 --- a/xrd.py +++ b/xrd.py @@ -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