get rid of debug echo statement in html_processor, a=chris

Chris Pollett [2011-02-07 04:Feb:th]
get rid of debug echo statement in html_processor, a=chris
Filename
lib/processors/html_processor.php
diff --git a/lib/processors/html_processor.php b/lib/processors/html_processor.php
index 5b6751973..2b3a77da7 100755
--- a/lib/processors/html_processor.php
+++ b/lib/processors/html_processor.php
@@ -73,7 +73,6 @@ class HtmlProcessor extends TextProcessor
         if(is_string($page)) {

             $page = preg_replace('@<script[^>]*?>.*?</script>@si', ' ', $page);
-        echo "hello".$page;
             $dom = self::dom($page);
             if($dom !== false && self::checkMetaRobots($dom)) {
                 $summary[self::TITLE] = self::title($dom);
ViewGit