From 272011c8e6159b38db9aaf5966fb9a82e35257d7 Mon Sep 17 00:00:00 2001 From: Bartosz Kostrzewa Date: Wed, 17 Nov 2010 17:23:48 +0100 Subject: [PATCH] removed extraneous comment --- clients/plasma.py | 1 - 1 file changed, 1 deletion(-) 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()