From 1409ea4dbfca9d86d3888e8c6285b06538a76927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Sun, 30 Apr 2023 09:33:05 +0200 Subject: [PATCH] Remove leftover --- app/controllers/shared/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 58b0279b24..de641328c6 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -462,7 +462,6 @@ App::shutdown() foreach ($caches as $cache) { $key = $cache->getId(); - \var_dump("Pruning " . $key); $cache = new Cache( new Filesystem(APP_STORAGE_CACHE . DIRECTORY_SEPARATOR . 'app-' . $project->getId())