removing prints from testserver
This commit is contained in:
@@ -113,10 +113,6 @@ class TCPServer(object):
|
||||
data = conn.recv(1024)
|
||||
conn.send("RECEIVED: " + data)
|
||||
|
||||
print "*" * 100
|
||||
print data
|
||||
print "*" * 100
|
||||
|
||||
conn.close()
|
||||
|
||||
args = [self.port]
|
||||
|
||||
Reference in New Issue
Block a user