From f95950eedcd4c219b39c5f1c4fd1448f031c501c Mon Sep 17 00:00:00 2001 From: Taoufik Date: Sat, 27 Apr 2019 13:49:54 +0200 Subject: [PATCH] Cleanup --- tests/test_routes.py | 1 - 1 file changed, 1 deletion(-) 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