diff --git a/files/routes/admin.py b/files/routes/admin.py index 8b57f04c2..1fe0adda6 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1352,7 +1352,6 @@ def remove_post(post_id, v): v.pay_account('coins', 1) g.db.add(v) - purge_files_in_cache(f"https://{SITE}/") return {"message": "Post removed!"}