commit | 0c5eb69d30cb387c56223d29d1cc60fea0a81e72 | [log] [tgz] |
---|---|---|
author | Vince Lehman <vslehman@memphis.edu> | Tue Nov 03 09:37:17 2015 -0600 |
committer | Vince Lehman <vslehman@memphis.edu> | Tue Nov 03 09:37:41 2015 -0600 |
tree | e909a73b98356ee542c70a48c4ac7b75218b4303 | |
parent | d829bfc38535798046192be5c646ea7e1e85cf3d [diff] |
Remove debug statement from IP address assignment Change-Id: Ie4fd78e9a60279e11913e806a0309554eb46fb0c
diff --git a/bin/minindn b/bin/minindn index c9bb36f..e81db21 100755 --- a/bin/minindn +++ b/bin/minindn
@@ -283,7 +283,6 @@ node1, node2 = link.intf1.node, link.intf2.node if node1 in net.switches or node2 in net.switches: - print "%s or %s is a switch" % (node1.name, node2.name) continue if link.intf1 not in interfaces and link.intf2 not in interfaces: