Просмотр исходного кода

* Forgot to remove a debug line

svn: 317
Bryan Drewery 22 лет назад
Родитель
Сommit
f47587496e
1 измененных файлов с 1 добавлено и 1 удалено
  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) {