diff --git a/tests/test_routes.py b/tests/test_routes.py index 7198296..0c19e30 100644 --- a/tests/test_routes.py +++ b/tests/test_routes.py @@ -156,5 +156,4 @@ def test_weight(path_param, expected_weight): ) def test_custom_specifiers(route, path, expected_result): r = routes.Route(route, "test_endpoint") - print(r.incoming_matches(path)) assert r.incoming_matches(path) == expected_result