소스 검색

remove forgotten printf

Jindrich Makovicka 18 년 전
부모
커밋
8c71199fd8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      multiping.c

+ 0 - 2
multiping.c

@@ -745,8 +745,6 @@ static void apply_plugin_config()
 		host_data *h;
 		h = host_new_from_model(model, &iter);
 		new_hosts = g_list_append(new_hosts, h);
-		fprintf(stderr, "%s\n", h->name->str);
-		
 	    }
 	    while (gtk_tree_model_iter_next(model, &iter));
 	}