Skip to content

Commit

Permalink
Merge pull request #170 from Metadrop/feature/remove-trace
Browse files Browse the repository at this point in the history
Remove debug trace
  • Loading branch information
omarlopesino authored Nov 7, 2023
2 parents 3e937ea + d1b7d38 commit 3ec139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Behat/Context/EntityContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function goToTheLastEntityCreated($entity_type, $bundle = NULL, $subpath
public function goToTheEntityWithLabel($entity_type, $label, $subpath = NULL, $language = NULL) {
$entity = $this->getCore()->loadEntityByLabel($entity_type, $label);
$path = $this->getCore()->buildEntityUri($entity_type, $entity, $subpath);
print_r([$path]);

if ($language) {
$prefix = $this->getCore()->getLanguagePrefix($language);
$path = $prefix . '/' . $path;
Expand Down

0 comments on commit 3ec139a

Please sign in to comment.