Remove debug
This commit is contained in:
parent
444d55355a
commit
e618bf36d4
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user