Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Messenger/AmazonSqsBridge] Fixed left-over debug statement #37127

Merged
merged 1 commit into from Jun 7, 2020

Conversation

sstok
Copy link
Contributor

@sstok sstok commented Jun 7, 2020

Q A
Branch? master
Bug fix? yes
New feature?
Deprecations? no
Tickets Related to #37038
License MIT
Doc PR

I noticed whats properly a left-over debugging statement that blocks the code from further execution. /cc @jderusse can you check this (thanks).

@@ -311,8 +311,6 @@ public function send(string $body, array $headers, int $delay = 0, ?string $mess
]);
}

dd($parameters);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh sorry about that..

@nicolas-grekas nicolas-grekas changed the title Fixed left-over debug statement [Messenger/AmazonSqsBridge] Fixed left-over debug statement Jun 7, 2020
@nicolas-grekas
Copy link
Member

Thank you @sstok.

@nicolas-grekas nicolas-grekas merged commit a31d761 into symfony:5.1 Jun 7, 2020
@sstok sstok deleted the patch-2 branch June 7, 2020 17:04
@fabpot fabpot mentioned this pull request Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants