taking out debug statements from the previous commit
[sfa.git] / sfa / plc / slices.py
index 2918dc3..12a05cd 100644 (file)
@@ -252,8 +252,6 @@ class Slices(SimpleStorage):
 
 
     def verify_site(self, registry, credential, slice_hrn, peer, sfa_peer):
-       import pdb
-       pdb.set_trace()
         authority = get_authority(slice_hrn)
         authority_urn = hrn_to_urn(authority, 'authority')
         site_records = registry.resolve(credential, authority_urn)