mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 07:34:41 +01:00
Removed received update logging. (#634)
This commit is contained in:
parent
fd03b39a46
commit
690b38e11d
@ -102,7 +102,6 @@ class FeedLoop extends ResumableSignalLoop
|
||||
if (isset($update['pts'])) {
|
||||
$logger = function ($msg) use ($update) {
|
||||
$pts_count = $update['pts_count'];
|
||||
$this->API->logger->logger($update);
|
||||
$double = isset($update['message']['id']) ? $update['message']['id'] * 2 : '-';
|
||||
$mid = isset($update['message']['id']) ? $update['message']['id'] : '-';
|
||||
$mypts = $this->state->pts();
|
||||
|
Loading…
Reference in New Issue
Block a user