diff --git a/Common/Servers/PyCalmux/src/Calmux/PyCalmuxImpl.py b/Common/Servers/PyCalmux/src/Calmux/PyCalmuxImpl.py index 34a74ef73daacd6f4eee8ef3af4e263812279ecd..b32f0abfaa1776a62150013cb1c6b69b0719f288 100644 --- a/Common/Servers/PyCalmux/src/Calmux/PyCalmuxImpl.py +++ b/Common/Servers/PyCalmux/src/Calmux/PyCalmuxImpl.py @@ -146,8 +146,6 @@ class PyCalmuxImpl(CalMux, cc, services, lcycle): s.sendall(command) - time.sleep(0.1) - response = s.recv(1024) s.close() response = response.strip().split()