mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Remove var dumps
This commit is contained in:
parent
06274764c6
commit
e5730506eb
1 changed files with 0 additions and 6 deletions
|
|
@ -410,13 +410,7 @@ class Databases extends Action
|
|||
$dbForProject->updateDocument('indexes', $index->getId(), $index->setAttribute('status', 'available'));
|
||||
} catch (\Throwable $e) {
|
||||
Console::error($e->getMessage());
|
||||
Console::error('shmuel::createIndex');
|
||||
if ($e instanceof DatabaseException) {
|
||||
Console::error('shmuel::createIndex' . $e->getMessage());
|
||||
Console::error('shmuel::createIndex' . $e->getMessage());
|
||||
Console::error('shmuel::createIndex' . $e->getMessage());
|
||||
Console::error('shmuel::createIndex' . $e->getMessage());
|
||||
Console::error('shmuel::createIndex' . $e->getMessage());
|
||||
$index->setAttribute('error', $e->getMessage());
|
||||
}
|
||||
$dbForProject->updateDocument(
|
||||
|
|
|
|||
Loading…
Reference in a new issue