From 9b927d4a46f7b70c5050c128c53ec089bd5b8c84 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 16 Apr 2014 17:34:36 +0000 Subject: [PATCH] remove debugging message --- src/ats/plugin_ats_proportional.c | 1 - 1 file changed, 1 deletion(-) 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]; } -- 2.25.1