summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof A. Adamski <krzysztofa@gmail.com>2008-06-29 14:48:11 -0400
committerKrzysztof A. Adamski <krzysztofa@gmail.com>2008-06-29 14:48:11 -0400
commitfa085e9a10aabf66cc784541f3ed8297afaf6436 (patch)
tree5489e2567be229a0b4d7de9f88811215b4ca81a0
parenta5929a01854dd53828e10008b68763c3959632ec (diff)
downloadthird_party-func-fa085e9a10aabf66cc784541f3ed8297afaf6436.tar.gz
third_party-func-fa085e9a10aabf66cc784541f3ed8297afaf6436.tar.xz
third_party-func-fa085e9a10aabf66cc784541f3ed8297afaf6436.zip
Remove unneded print statement.
-rw-r--r--func/overlord/cmd_modules/ping.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/func/overlord/cmd_modules/ping.py b/func/overlord/cmd_modules/ping.py
index 4e45af8..8c77ada 100644
--- a/func/overlord/cmd_modules/ping.py
+++ b/func/overlord/cmd_modules/ping.py
@@ -60,7 +60,6 @@ class Ping(base_command.BaseCommand):
noglobs=True)
results = overlord_obj.run("test", "ping", [])
- print "results", results, type(results)
if results == 1:
print "[ ok ... ] %s" % server
else: