Kaynağa Gözat

remove forgotten printf

Jindrich Makovicka 18 yıl önce
ebeveyn
işleme
8c71199fd8
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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));
 	}