Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 9ad9402

Browse files
committed
Remove extra print
1 parent 0f9ea2e commit 9ad9402

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Handlers/ShellMessagesHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ public function __construct(
6767

6868
public function __invoke(array $msg)
6969
{
70-
$this->logger->debug('Received message');
71-
7270
// Read ZMQ IDs until we reach the delimiter
7371
$zmqIds = array();
7472
while (!empty($msg)) {

0 commit comments

Comments
 (0)