Skip to content

Commit

Permalink
Removed debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Pegenau committed Jul 11, 2016
1 parent fb7c621 commit f253afb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tableofcontents.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ private function parseHtml($html) {
$node = $childNodes->item($i);
if(isset($node->tagName)) {
$heading->removeChild($node);
echo "Child removed! <br />";
}
}

Expand Down

0 comments on commit f253afb

Please sign in to comment.