mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Remove debug on Readability output
This commit is contained in:
parent
ae9571694f
commit
cdcc8d2533
1 changed files with 2 additions and 3 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue