remove debugging message
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 Apr 2014 17:34:36 +0000 (17:34 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 Apr 2014 17:34:36 +0000 (17:34 +0000)
src/ats/plugin_ats_proportional.c

index bf978ad37e3a8cfdd9838c589bc6f94be7d157f0..77c7315aa603d3935b7b86e19aa861d26507315e 100644 (file)
@@ -908,7 +908,6 @@ get_network (struct GAS_PROPORTIONAL_Handle *s, uint32_t type)
   int c;
   for (c = 0; c < s->network_count; c++)
   {
-    fprintf (stderr, "%u == %u \n", s->network_entries[c].type,type);
     if (s->network_entries[c].type == type)
       return &s->network_entries[c];
   }