From 8a33ba9672926eb8c2fad761f05f712d31579a79 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Fri, 25 Aug 2023 10:22:11 -0500 Subject: [PATCH] Remove errant breakpoint --- src/edrn.rdf/edrn/rdf/testing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/edrn.rdf/edrn/rdf/testing.py b/src/edrn.rdf/edrn/rdf/testing.py index c0ea4c5..b6ff22d 100644 --- a/src/edrn.rdf/edrn/rdf/testing.py +++ b/src/edrn.rdf/edrn/rdf/testing.py @@ -37,7 +37,6 @@ def testscheme_open(self, req): 200 ) else: - import pdb;pdb.set_trace() raise urllib.error.URLError('Not found') except Exception: raise urllib.error.URLError('Not found')