From fc348b2055ca8dedde16a6649d5835e7f7e61e16 Mon Sep 17 00:00:00 2001 From: shimon Date: Thu, 26 Oct 2023 21:12:13 +0300 Subject: [PATCH] dry run --- src/Appwrite/Platform/Tasks/DeleteOrphanedProjects.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/DeleteOrphanedProjects.php b/src/Appwrite/Platform/Tasks/DeleteOrphanedProjects.php index 4964276cf8..91c8d6cc9c 100644 --- a/src/Appwrite/Platform/Tasks/DeleteOrphanedProjects.php +++ b/src/Appwrite/Platform/Tasks/DeleteOrphanedProjects.php @@ -91,7 +91,6 @@ class DeleteOrphanedProjects extends Action } catch (\Throwable $th) { //$dbForConsole->deleteDocument('projects', $project->getId()); //Console::success('Deleting project (' . $project->getId() . ')'); - Console::error(' (0) collections where found for project (' . $project->getId() . ')'); $orphans++; } finally {