Skip to content

Commit

Permalink
Remove test view
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Nov 29, 2024
1 parent a1514a3 commit 33d3c1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/collective/pdbpp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,3 @@ def __call__(self):
breakpoint()
logging.info("Exiting the interactive session")
return self.request.response.redirect(self.context.absolute_url())


class RaiseView(BrowserView):
def __call__(self):
raise Exception("This is a test exception")

0 comments on commit 33d3c1d

Please sign in to comment.