Skip to content

Commit

Permalink
remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiessfelt, Katie committed Sep 20, 2023
1 parent 9bbf90d commit 5621241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion castle/cms/browser/security/requestaccess.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def request_access_email_addresses(self):

@property
def request_access_enabled(self):
import pdb; pdb.set_trace()
if api.portal.get_registry_record('plone.request_access_enabled', default=False) is False:
return False
if len(self.request_access_email_addresses) == 0:
Expand Down

0 comments on commit 5621241

Please sign in to comment.