From f91f0811394774826631aa22e5b50b27acbb5c46 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 21 Aug 2009 13:46:47 -0700 Subject: [PATCH] netflow: Remove stray debug printf(). --- secchan/netflow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/secchan/netflow.c b/secchan/netflow.c index 0162c45a..7dd2e043 100644 --- a/secchan/netflow.c +++ b/secchan/netflow.c @@ -197,7 +197,6 @@ netflow_expire(struct netflow *nf, const struct ofexpired *expired) uint16_t iface = (nf->engine_id & 0x7f) << 9; nf_rec->input = htons(iface | (expired->flow.in_port & 0x1ff)); nf_rec->output = htons(iface); - printf("input: %x\n", ntohs(nf_rec->input)); } else { nf_rec->input = htons(expired->flow.in_port); nf_rec->output = htons(0); -- 2.30.2