]> git.ipfire.org Git - pbs.git/commitdiff
api: Remove a debug line from the downloads handler
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jul 2025 07:52:55 +0000 (07:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jul 2025 07:52:55 +0000 (07:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/api/downloads.py

index f6f7704331b68a20b067cdc9224ba4acff65f905..f329e86598857d89b77c346ea07f4798fbf99409 100644 (file)
@@ -114,8 +114,6 @@ async def get(
        # file will be there. If not, the client will receive 404 from there.
        url = backend.path_to_url(path, mirrored=False)
 
-       print("URL", url)
-
        return fastapi.responses.RedirectResponse(url, headers=headers)
 
 # Add everything to the app