From: Jamal Hadi Salim Date: Sat, 24 May 2014 11:46:08 +0000 (-0400) Subject: Remove unnecessary debug statement X-Git-Tag: v3.15.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cacba03b10380326dcd5a003ffb4b12d2a229cfd;p=thirdparty%2Fiproute2.git Remove unnecessary debug statement Reported-by: Seann Herdejurgen Signed-off-by: Jamal Hadi Salim --- diff --git a/tc/m_police.c b/tc/m_police.c index df295e04e..915f1a514 100644 --- a/tc/m_police.c +++ b/tc/m_police.c @@ -149,7 +149,6 @@ int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_ while (argc > 0) { - fprintf(stderr,"police argc %d argv %s\n", argc, *argv); if (matches(*argv, "index") == 0) { NEXT_ARG(); if (get_u32(&p.index, *argv, 10)) {