diff --git a/src/Servers/Reverb/Publishing/RedisPubSubProvider.php b/src/Servers/Reverb/Publishing/RedisPubSubProvider.php index bccf625..e1ff94d 100644 --- a/src/Servers/Reverb/Publishing/RedisPubSubProvider.php +++ b/src/Servers/Reverb/Publishing/RedisPubSubProvider.php @@ -93,7 +93,6 @@ public function on(string $event, callable $callback): void */ public function publish(array $payload): PromiseInterface { - dd($payload); return $this->publishingClient->publish($payload); } }