Remove debug

This commit is contained in:
Daniil Gentili 2020-07-28 20:59:29 +02:00
parent 444d55355a
commit e618bf36d4
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 0 additions and 4 deletions

View File

@ -85,10 +85,6 @@ class FeedLoop extends ResumableSignalLoop
return;
}
}
yield (function (): \Generator {
yield delay(1);
return 1;
})();
$this->state = $this->channelId === self::GENERIC ? yield from $API->loadUpdateState() : $API->loadChannelState($this->channelId);
while (true) {
while (!$this->API->settings['updates']['handle_updates'] || !$API->hasAllAuth()) {