From: Matthias Wachs Date: Wed, 16 Apr 2014 17:34:36 +0000 (+0000) Subject: remove debugging message X-Git-Tag: initial-import-from-subversion-38251~4167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b927d4a46f7b70c5050c128c53ec089bd5b8c84;p=oweals%2Fgnunet.git remove debugging message --- diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c index bf978ad37..77c7315aa 100644 --- a/src/ats/plugin_ats_proportional.c +++ b/src/ats/plugin_ats_proportional.c @@ -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]; }