Skip to content

Commit 24f15a6

Browse files
authored
Merge pull request #4809 from dannyvw/debug
Remove dump
2 parents 9791fc4 + 2f79a1e commit 24f15a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Api/IdentifiersExtractor.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ public function getIdentifiersFromItem($item, Operation $operation = null, array
8181
continue;
8282
}
8383

84-
if (!$link->getParameterName()) {
85-
dd($operation);
86-
}
8784
$identifiers[$link->getParameterName()] = $this->getIdentifierValue($item, $link->getFromClass(), $link->getIdentifiers()[0], $link->getParameterName());
8885
}
8986

0 commit comments

Comments
 (0)