Explorar o código

* Forgot to remove a debug line

svn: 317
Bryan Drewery %!s(int64=22) %!d(string=hai) anos
pai
achega
f47587496e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -1904,7 +1904,7 @@ Context;
     xx = sockgets(buf, &i); 
     if (xx >= 0) {		/* Non-error */
       int idx;
-printf("READ: %s\n", buf);
+
       for (idx = 0; idx < dcc_total; idx++)
 	if (dcc[idx].sock == xx) {
 	  if (dcc[idx].type && dcc[idx].type->activity) {