Explorar o código

removed print statement in port hack

Fabio Arnold %!s(int64=10) %!d(string=hai) anos
pai
achega
f7784ad121
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      native/bind.c

+ 0 - 1
native/bind.c

@@ -86,7 +86,6 @@ int net_sock(int type, int port) {
 		perror("Unable to bind net socket");
 		perror("Unable to bind net socket");
 		return -1;
 		return -1;
 	}
 	}
-	printf("Hello from the new port binder\n");
 
 
 	if (type == 1) { // TCP
 	if (type == 1) { // TCP
 		if (listen(fd, 5) == -1) {
 		if (listen(fd, 5) == -1) {