summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-06-30 13:02:06 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-06-30 13:02:06 -0400
commite4d7106ccc016ca77b8588932036efc06f177651 (patch)
treefd72325fdb54ce11eb72dfe4afae42e512a2a849 /func
parent2fcb6d3f9611cb7bab0eddfb4009247133755f24 (diff)
downloadthird_party-func-e4d7106ccc016ca77b8588932036efc06f177651.tar.gz
third_party-func-e4d7106ccc016ca77b8588932036efc06f177651.tar.xz
third_party-func-e4d7106ccc016ca77b8588932036efc06f177651.zip
Remove stray comment
Diffstat (limited to 'func')
-rw-r--r--func/overlord/cmd_modules/ping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/cmd_modules/ping.py b/func/overlord/cmd_modules/ping.py
index 4e45af8..3554e66 100644
--- a/func/overlord/cmd_modules/ping.py
+++ b/func/overlord/cmd_modules/ping.py
@@ -60,7 +60,7 @@ class Ping(base_command.BaseCommand):
noglobs=True)
results = overlord_obj.run("test", "ping", [])
- print "results", results, type(results)
+ # print "results", results, type(results)
if results == 1:
print "[ ok ... ] %s" % server
else: