Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Cleanup
  • Loading branch information
joesb committed Jan 17, 2019
commit 1d6c5c6c1ce5352c15a1fe735dbfe2888b2a64d8
1 change: 0 additions & 1 deletion src/Queue/KafkaQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public function pushRaw($payload, $queue = null, array $options = [])
{
try {
$topic = $this->getTopic($queue);
\Illuminate\Support\Facades\Log::debug('queue: ' . $queue);

$pushRawCorrelationId = $this->getCorrelationId();

Expand Down