Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove breaking line in LogController poll()
Signed-off-by: Lakshaya Tohan <[email protected]>
  • Loading branch information
LakshayaTohan committed Apr 28, 2023
commit 0097212faf9dd15658d1e4f4131308a2bec6c7e6
1 change: 0 additions & 1 deletion lib/Controller/LogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public function poll(string $lastReqId, string $levels = '11111', string $logfil
if ($cycles === $maxCycles) {
return new JSONResponse([]);
}
$lastItem = $this->getLastItem($levels);
}
$iterator = $this->logIteratorFactory->getLogIterator($levels, $logfile);
$iterator->next();
Expand Down