From 18906db75e5f5812ca077bba4f924345f5af2bba Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 31 Dec 2008 15:38:56 -0800 Subject: [PATCH] vswitchd: Drop debug output that was accidentally included. --- vswitchd/bridge.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 5202fbf4..21c4a51d 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -2578,8 +2578,6 @@ mirror_reconfigure_one(struct mirror *m) svec_destroy(&ports); prune_ports(m, &src_ports); prune_ports(m, &dst_ports); - svec_print(&src_ports, "src_ports"); - svec_print(&dst_ports, "dst_ports"); /* Get all the vlans, and drop duplicate and invalid vlans. */ svec_init(&vlan_strings); -- 2.30.2