Skip to content

Commit 297dc16

Browse files
committed
Removes unused variable
1 parent f165d32 commit 297dc16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Monitoring/Printers/SingleQueuePrinter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function __construct( PreparesOutputForCli $cliWriter, IdentifiesQueue $q
3232

3333
public function getOutput( ProvidesServerMonitoringInfo $serverMonitoringInfo ) : string
3434
{
35-
$memoryUsage = memory_get_peak_usage( true );
3635
$this->getCliWriter()->clearScreen(
3736
sprintf(
3837
'QUEUE-MONITOR | Memory: %s (current) / %s (peak)',

0 commit comments

Comments
 (0)