From: Ben Pfaff Date: Mon, 2 Mar 2009 22:30:17 +0000 (-0800) Subject: datapath: Remove stray debugging printk. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7226065c4cfb690e4f4740cc0d60e444fd1e05a3;p=openvswitch datapath: Remove stray debugging printk. --- diff --git a/datapath/table.c b/datapath/table.c index cc42406a..b78f3b2f 100644 --- a/datapath/table.c +++ b/datapath/table.c @@ -163,7 +163,6 @@ static int insert_flow(struct sw_flow *flow, void *new_table_) struct sw_flow **buckets[2]; int i; - printk("."); find_buckets(new_table, &flow->key, buckets); for (i = 0; i < 2; i++) { if (!*buckets[i]) {