From b2eb18ff11a691ad9b5909293d58b014fcb5ef43 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 30 May 2011 01:57:04 -0500 Subject: Removed a pdb trace. Oops! --- pyramid/tests/test_urldispatch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyramid/tests/test_urldispatch.py b/pyramid/tests/test_urldispatch.py index 3e861eba9..ec45cb71e 100644 --- a/pyramid/tests/test_urldispatch.py +++ b/pyramid/tests/test_urldispatch.py @@ -368,7 +368,6 @@ class TestCompileRouteMatchFunctional(unittest.TestCase): self.matches('/foo/:id.html', '/foo/bar.html', {'id':'bar'}) self.matches('/{num:[0-9]+}/*traverse', '/555/abc/def', {'num':'555', 'traverse':('abc', 'def')}) - import pdb; pdb.set_trace() self.matches('/{num:[0-9]*}/*traverse', '/555/abc/def', {'num':'555', 'traverse':('abc', 'def')}) -- cgit v1.2.3