Skip to content

Commit

Permalink
Remove leftover debug prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Dec 9, 2022
1 parent 63a0efc commit 2c8f5e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/etc/inc/xmlparse.inc
Expand Up @@ -116,8 +116,6 @@ function endElement($parser, $name) {
foreach ($curpath as $path) {
$ptr = &$ptr[$path];
}
log_error(var_dump($curpath));
var_dump($ptr);
if (!is_array(end($ptr))) {
array_pop($ptr);
}
Expand Down

0 comments on commit 2c8f5e0

Please sign in to comment.