From db29f48ca481edcd0aad820b112bf3530ca26bb6 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Mon, 18 Jan 2010 14:33:41 +0000 Subject: [PATCH] taking out debug statements from the previous commit --- sfa/plc/slices.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sfa/plc/slices.py b/sfa/plc/slices.py index 2918dc3b..12a05cd1 100644 --- a/sfa/plc/slices.py +++ b/sfa/plc/slices.py @@ -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) -- 2.43.0