remove debugging output
authorTony Mack <tmack@cs.princeton.edu>
Tue, 12 Jan 2010 22:28:25 +0000 (22:28 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 12 Jan 2010 22:28:25 +0000 (22:28 +0000)
sfa/managers/registry_manager_pl.py

index 43c2865..36266ac 100644 (file)
@@ -103,8 +103,6 @@ def resolve(api, xrns, type=None, origin_hrn=None):
     # convert set to list
     remaining_hrns = [hrn for hrn in remaining_hrns] 
     table = SfaTable()
-
-    print remaining_hrns
     local_records = table.findObjects({'hrn': remaining_hrns})
     for record in local_records:
         try: