Remove extraneous debug message.
authorJustin Pettit <jpettit@nicira.com>
Tue, 17 Mar 2009 23:14:11 +0000 (16:14 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 18 Mar 2009 00:39:23 +0000 (17:39 -0700)
vswitchd/bridge.c

index eb7e92b533da143337f4ecafe639115d97ce5e4f..5f2c3e088ce99171f752d8f9a0a0dd3c55919254 100644 (file)
@@ -482,7 +482,6 @@ bridge_reconfigure(void)
             /* Set NetFlow configuration on this bridge. */
             svec_init(&nf_hosts);
             cfg_get_all_keys(&nf_hosts, "netflow.%s.host", br->name);
-            svec_print(&nf_hosts, "Netflow");
             if (ofproto_set_netflow(br->ofproto, &nf_hosts)) {
                 VLOG_ERR("bridge %s: problem setting netflow collectors", 
                         br->name);