Commit cacba03b authored by Jamal Hadi Salim's avatar Jamal Hadi Salim Committed by Stephen Hemminger

Remove unnecessary debug statement

Reported-by: default avatarSeann Herdejurgen <seann@herdejurgen.com>
Signed-off-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
parent dd9cc0ee
......@@ -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)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment