From 5d5c2a9ed4d387e493219d44c59a278cdb322d3a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 11 Dec 2021 19:48:43 +0200 Subject: [PATCH] fdsfds --- files/routes/static.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/static.py b/files/routes/static.py index cce0c6f3f..fd35707b4 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -265,7 +265,6 @@ def static_service(path): @app.get('/hostedimages/') @limiter.exempt def images(path): - print('wtf') resp = make_response(send_from_directory('../images', path.replace('.WEBP','.webp'))) resp.headers.remove("Cache-Control") resp.headers.add("Cache-Control", "public, max-age=2628000")