mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Remove leftover
This commit is contained in:
parent
07cc9f8a26
commit
1409ea4dbf
1 changed files with 0 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue