Skip to content

Commit

Permalink
Typo: remove bdump
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Oct 25, 2017
1 parent 1204869 commit bc25485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Schema/Endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ protected function generatePattern()
$suffixes = [];
foreach ($this->getNegotiations() as $negotiation) {
if ($negotiation->getType() === EndpointNegotiation::TYPE_SUFFIX) {
bdump($negotiation);
$suffixes[] = $negotiation->getMetadata()['suffix'];
}
}
Expand Down

0 comments on commit bc25485

Please sign in to comment.