mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 09:58:59 +01:00
Do not print Connected alerts
This commit is contained in:
parent
ae8e5308f4
commit
5e36b1c57a
@ -244,7 +244,7 @@ final class API extends InternalDoc
|
||||
};
|
||||
EventLoop::queue($cb);
|
||||
$this->connectToMadelineProto(new SettingsEmpty, true);
|
||||
$cancel->error(new Exception('Connected!'));
|
||||
$cancel->complete(new Exception('Connected!'));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
@ -120,7 +120,6 @@ abstract class SqlArray extends DriverArray
|
||||
'value' => $this->setValue($value),
|
||||
],
|
||||
);
|
||||
//Assert::greaterThanEq($result->getRowCount(), 1);
|
||||
$this->setCache($key, $value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user