Removed lingering debug code

This commit is contained in:
Chris 2024-03-02 00:20:27 +01:00
parent 39f2ea4e11
commit 74960345ba
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class CommandBusClient implements CommandBusInterface
$this->emit(self::EVENT_NOTIFY, [ $event, $data ]);
break;
case Message::MSGTYPE_ERROR: // error
var_dump($message);
//var_dump($message);
$uuid = $message->getUuid();
$error = $message->getData()['error'];
if ($uuid && array_key_exists($uuid, $this->pending)) {