]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Remove unnecessary debug statement
authorJamal Hadi Salim <jhs@mojatatu.com>
Sat, 24 May 2014 11:46:08 +0000 (07:46 -0400)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 28 May 2014 23:54:26 +0000 (16:54 -0700)
Reported-by: Seann Herdejurgen <seann@herdejurgen.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
tc/m_police.c

index df295e04e4337423f98d0a0920727d191f305a3b..915f1a514b3c6b5e1dac681af08aedc0a7b1261f 100644 (file)
@@ -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)) {