diff options
author | luigi <luigi@FreeBSD.org> | 2009-06-05 13:11:34 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2009-06-05 13:11:34 +0000 |
commit | 2e85daee53850ca1d9c8acfa556ce08d31c9515a (patch) | |
tree | e8acbf488bc5cfae337f40a6accb1c92dbb8ed44 /sbin | |
parent | 355ff7fa675ccffda6da654c320329ed05bd1a33 (diff) | |
download | FreeBSD-src-2e85daee53850ca1d9c8acfa556ce08d31c9515a.zip FreeBSD-src-2e85daee53850ca1d9c8acfa556ce08d31c9515a.tar.gz |
remove a printf that was only useful for debugging.
MFC after: 3 days
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/dummynet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ipfw/dummynet.c b/sbin/ipfw/dummynet.c index c6e6b37..5e86df6 100644 --- a/sbin/ipfw/dummynet.c +++ b/sbin/ipfw/dummynet.c @@ -314,8 +314,6 @@ ipfw_list_pipes(void *data, uint nbytes, int ac, char *av[]) print_extra_delay_parms(p, prefix); print_flowset_parms(&(p->fs), prefix); - if (co.verbose) - printf(" V %20llu\n", align_uint64(&p->V) >> MY_M); q = (struct dn_flow_queue *)(p+1); list_queues(&(p->fs), q); |