Skip to content

Commit 1d6c5c6

Browse files
committed
Cleanup
1 parent 344bd46 commit 1d6c5c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Queue/KafkaQueue.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public function pushRaw($payload, $queue = null, array $options = [])
9898
{
9999
try {
100100
$topic = $this->getTopic($queue);
101-
\Illuminate\Support\Facades\Log::debug('queue: ' . $queue);
102101

103102
$pushRawCorrelationId = $this->getCorrelationId();
104103

0 commit comments

Comments
 (0)