aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-02-11 17:11:59 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-02-11 17:11:59 +0000
commit7d97ed445a35c7c56a3a8f17d8ae46145d093e93 (patch)
treedb16637e791f3f1be0e1064a9a26fd326d57631f
parent6feea57c24771a8fb26c32434c40488497793d5a (diff)
Remove debug message
Change-Id: Idb2060dbd2829d6d399c1c1b45cf1641e1619eee
-rw-r--r--util.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.py b/util.py
index 0f71329..a72b584 100644
--- a/util.py
+++ b/util.py
@@ -640,8 +640,6 @@ class VlanUtil:
if not switch_name in config.switches:
raise InputError("Switch name %s not defined in config" % switch_name)
- print 'args look ok'
-
# 2. Now start reading config from the switch
try:
s = self.get_switch_driver(switch_name, config)