Remove leftover

This commit is contained in:
Matej Bačo 2023-04-30 09:33:05 +02:00
parent 07cc9f8a26
commit 1409ea4dbf

View file

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