summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/tests/test_router.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/tests/test_router.py b/pyramid/tests/test_router.py
index ab4fc116b..7ba4d5722 100644
--- a/pyramid/tests/test_router.py
+++ b/pyramid/tests/test_router.py
@@ -653,7 +653,6 @@ class TestRouter(unittest.TestCase):
self.assertEqual(request.matched_route.name, 'foo')
self.assertEqual(len(logger.messages), 1)
- import pdb; pdb.set_trace()
self.assertTrue(
logger.messages[0].startswith(
"route matched for url http://localhost:8080"