We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d5cb9 commit 2387022Copy full SHA for 2387022
src/Messenger/Middleware/BaggageSchemaMiddleware.php
@@ -42,7 +42,6 @@ public function handle(Envelope $envelope, StackInterface $stack): Envelope
42
$schema = $this->baggageSchemaResolver->getSchema();
43
$baggage = $this->baggageCodec->encode($this->baggageSchemaResolver->getBaggage() ?? []);
44
45
- var_dump($schema, $baggage);
46
if ($schema !== null && $schema !== '') {
47
$envelope = $envelope->with(new BaggageSchemaStamp($schema, $baggage));
48
} else {
0 commit comments