mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove DBG
This commit is contained in:
parent
9b9ed93db2
commit
e5a1af3183
1 changed files with 0 additions and 2 deletions
|
|
@ -510,10 +510,8 @@ class Deletes extends Action
|
|||
$dbForProject->foreach(Database::METADATA, function (Document $collection) use ($dbForProject, $projectTables, $projectCollectionIds) {
|
||||
try {
|
||||
if ($projectTables || !\in_array($collection->getId(), $projectCollectionIds)) {
|
||||
Console::info('DeleteProject deleteCollection "'.$collection->getId().'"');
|
||||
$dbForProject->deleteCollection($collection->getId());
|
||||
} else {
|
||||
Console::log('DeleteProject deleteByGroup "'.$collection->getId().'"');
|
||||
$this->deleteByGroup(
|
||||
$collection->getId(),
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue