From 74960345ba75efb7b3c11705b26b11a987714649 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Sat, 2 Mar 2024 00:20:27 +0100 Subject: [PATCH] Removed lingering debug code --- src/CommandBusClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandBusClient.php b/src/CommandBusClient.php index 3ac681c..d1d7989 100644 --- a/src/CommandBusClient.php +++ b/src/CommandBusClient.php @@ -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)) {