浏览代码

removed print statement in port hack

Fabio Arnold 9 年之前
父节点
当前提交
f7784ad121
共有 1 个文件被更改,包括 0 次插入1 次删除
  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) {