Skip to content

Commit

Permalink
Fixed left-over debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Jun 7, 2020
1 parent e778ea6 commit 8b827e4
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -311,8 +311,6 @@ public function send(string $body, array $headers, int $delay = 0, ?string $mess
]);
}

dd($parameters);

if (self::isFifoQueue($this->configuration['queue_name'])) {
$parameters['MessageGroupId'] = null !== $messageGroupId ? $messageGroupId : __METHOD__;
$parameters['MessageDeduplicationId'] = null !== $messageDeduplicationId ? $messageDeduplicationId : sha1(json_encode(['body' => $body, 'headers' => $headers]));
Expand Down

0 comments on commit 8b827e4

Please sign in to comment.