diff --git a/files/routes/static.py b/files/routes/static.py index cce0c6f3fc..fd35707b4d 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")