From 579a95aecc770fdc02a6b17b072d85eaa2ca8cec Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 14 Jun 2023 19:21:48 +0300 Subject: [PATCH] delete unnecessary project collections task --- src/Appwrite/Platform/Tasks/DeleteProjectCollections.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php b/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php index a430478c2f..db9c28eefb 100644 --- a/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php +++ b/src/Appwrite/Platform/Tasks/DeleteProjectCollections.php @@ -93,12 +93,6 @@ class DeleteProjectCollections extends Action } else { Console::error('Failed to delete ' . $name); } - - if ($dbForProject->deleteCachedCollection($name)) { - Console::log('Deleted (cached) ' . $name); - } else { - Console::error('Failed to delete (cached) ' . $name); - } } } } catch (\Throwable $th) {