From e4d7106ccc016ca77b8588932036efc06f177651 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 30 Jun 2008 13:02:06 -0400 Subject: Remove stray comment --- func/overlord/cmd_modules/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/overlord') 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: -- cgit