1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
This commit is contained in:
shimon 2023-10-26 21:12:13 +03:00
parent 7e6378b23b
commit fc348b2055

View file

@ -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 {