@@ -71,7 +71,7 @@ def _wrapper_func(*args):
try:
func(*args[1:])
except socket.error as e:
- print("ERROR " + str(e))
+ #print("ERROR " + str(e))
controller.addInput(Event("error_socket", "socket_in", [sock, e]))
except Exception as e:
print("UNKNOWN ERROR " + str(e))