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())