summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
Diffstat (limited to 'func/overlord')
-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[:])