diff --git a/clients/plasma.py b/clients/plasma.py index b140303..14d13cc 100644 --- a/clients/plasma.py +++ b/clients/plasma.py @@ -61,7 +61,6 @@ while (1): break else: UDPSock.sendto(data,(remote_host,remote_port)) - #send ~100 packets per second time.sleep(sleeptime) UDPSock.close()