mirror of
https://github.com/moparisthebest/wallabag
synced 2025-02-24 23:41:54 -05:00
Remove debug on Readability output
This commit is contained in:
parent
ae9571694f
commit
cdcc8d2533
@ -134,7 +134,6 @@ function prepare_url($url)
|
|||||||
$r = new Readability($html, $url);
|
$r = new Readability($html, $url);
|
||||||
|
|
||||||
$r->convertLinksToFootnotes = CONVERT_LINKS_FOOTNOTES;
|
$r->convertLinksToFootnotes = CONVERT_LINKS_FOOTNOTES;
|
||||||
$r->debug=true;
|
|
||||||
$r->revertForcedParagraphElements = REVERT_FORCED_PARAGRAPH_ELEMENTS;
|
$r->revertForcedParagraphElements = REVERT_FORCED_PARAGRAPH_ELEMENTS;
|
||||||
|
|
||||||
if($r->init())
|
if($r->init())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user