Remove debug line.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Mon, 16 Jul 2007 20:53:37 +0000 (20:53 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Mon, 16 Jul 2007 20:53:37 +0000 (20:53 +0000)
api.py

diff --git a/api.py b/api.py
index 5f32350..b2310ec 100644 (file)
--- a/api.py
+++ b/api.py
@@ -152,7 +152,6 @@ class APIRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHandler):
             if method_name not in ('ReCreate', 'Help', 'Ticket', 'GetXIDs', 'GetSSHKeys'):
                 target_name = args[0]
                 target_rec = database.db.get(target_name)
-                print target_rec
                 if not (target_rec and target_rec['type'].startswith('sliver.')): 
                     raise xmlrpclib.Fault(102, 'Invalid argument: the first argument must be a sliver name.')
                 if not (caller_name, method_name) in target_rec['delegations']: