Skip to content

Commit e1441b8

Browse files
committed
Removed debug information
1 parent b5b2f1f commit e1441b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/JsonPathEvaluator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ public function setValues(
139139

140140
$numValuesSet++;
141141
} elseif ($nonExistentPathBehavior !== NonExistentPathBehavior::Skip) {
142-
foreach ($nodeList->getNodes() as $n) {
143-
var_dump('$' . implode('.', $n->pathSegments));
144-
}
145142
$currentData = null;
146143
$numValuesSet++;
147144
}

0 commit comments

Comments
 (0)