summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorSteve Salevan <ssalevan@marillion.rdu.redhat.com>2008-07-09 16:53:21 -0400
committerSteve Salevan <ssalevan@marillion.rdu.redhat.com>2008-07-09 16:53:21 -0400
commitb25d28faf74cd868cd2bd520090817996fc836f0 (patch)
tree486393b857144c4111b96ce4a525a2d6800c43d2 /func
parentaa36ec3991bf3e1f4e0ff7cf821b2ceba67335cd (diff)
downloadfunc-b25d28faf74cd868cd2bd520090817996fc836f0.tar.gz
func-b25d28faf74cd868cd2bd520090817996fc836f0.tar.xz
func-b25d28faf74cd868cd2bd520090817996fc836f0.zip
Removing superfluous print statements
Diffstat (limited to 'func')
-rwxr-xr-xfunc/overlord/client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/func/overlord/client.py b/func/overlord/client.py
index 572d274..6f6588f 100755
--- a/func/overlord/client.py
+++ b/func/overlord/client.py
@@ -343,8 +343,6 @@ class Overlord(object):
# this is the point at which we make the remote call.
if use_delegate:
retval = getattr(conn, meth)(module, method, args, delegation_path)
- print retval
- print spec
else:
retval = getattr(conn, meth)(*args[:])