diff --git a/tableofcontents.php b/tableofcontents.php index 1b47817..8ba0c16 100644 --- a/tableofcontents.php +++ b/tableofcontents.php @@ -195,7 +195,6 @@ private function parseHtml($html) { $node = $childNodes->item($i); if(isset($node->tagName)) { $heading->removeChild($node); - echo "Child removed!
"; } }