datapath: Remove stray debugging printk.
authorBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 22:30:17 +0000 (14:30 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 22:34:43 +0000 (14:34 -0800)
datapath/table.c

index cc42406a773e67001e4f08a9f5a92d54d88bb8d8..b78f3b2ffe1741b219ea033c06d084a524c8d627 100644 (file)
@@ -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]) {