remove a printf that was only useful for debugging.

MFC after:	3 days
This commit is contained in:
Luigi Rizzo 2009-06-05 13:11:34 +00:00
parent 3d942a6fc5
commit bbf46d80db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193500

View File

@ -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);