Remove debug on Readability output

This commit is contained in:
memiks 2013-04-23 08:09:54 -05:00
parent ae9571694f
commit cdcc8d2533

View file

@ -134,7 +134,6 @@ function prepare_url($url)
$r = new Readability($html, $url);
$r->convertLinksToFootnotes = CONVERT_LINKS_FOOTNOTES;
$r->debug=true;
$r->revertForcedParagraphElements = REVERT_FORCED_PARAGRAPH_ELEMENTS;
if($r->init())