mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove logs
This commit is contained in:
parent
39e4a04625
commit
54d1ef257d
1 changed files with 0 additions and 4 deletions
|
|
@ -292,16 +292,12 @@ $http->on(Constant::EVENT_START, function (Server $http) use ($payloadSize, $reg
|
|||
Console::success('[Setup] - Skip: metadata table already exists');
|
||||
}
|
||||
|
||||
Console::info('Checking audit collection');
|
||||
if ($dbForProject->getCollection(Audit::COLLECTION)->isEmpty()) {
|
||||
Console::info('Creating audit collection');
|
||||
$audit = new Audit($dbForProject);
|
||||
$audit->setup();
|
||||
}
|
||||
|
||||
Console::info('Checking abuse collection');
|
||||
if ($dbForProject->getCollection(TimeLimit::COLLECTION)->isEmpty()) {
|
||||
Console::info('Creating abuse collection');
|
||||
$adapter = new TimeLimit("", 0, 1, $dbForProject);
|
||||
$adapter->setup();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue