From 61191f43bacec3d7e9dddf425c02b55c0ededaa1 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Mon, 28 Apr 2025 23:28:17 +0200 Subject: [PATCH] remove debug print --- app/src/web/wrapper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/web/wrapper.py b/app/src/web/wrapper.py index 57b40a9..58c6a46 100644 --- a/app/src/web/wrapper.py +++ b/app/src/web/wrapper.py @@ -21,7 +21,6 @@ def url_for(*args, **kwargs): the endpoint rule. """ url = quart_url_for(*args, **kwargs) - print(f"wrapper url_for: {url}") if '/' == url[0] and web.build_relative_urls: url = '.' + url return url