1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00

Removed logs

This commit is contained in:
Eldad Fux 2022-10-29 17:04:35 +03:00
parent 5eb39b1ccd
commit 766c19b165

View file

@ -698,8 +698,6 @@ $register->set('logger', function () {
return new Logger($adapter);
});
$register->set('pools', function () {
Console::info('Initializing pools');
$group = new Group();
$fallbackForDB = AppwriteURL::unparse([
@ -870,7 +868,6 @@ $register->set('pools', function () {
try {
$group->fill();
Console::success('Pools have been filled succefully');
} catch (\Throwable $th) {
Console::error('Connection failure: ' . $th->getMessage());
}