remove unnecessary debugging from previous

This commit is contained in:
Andrew Dolgov 2020-02-27 10:20:16 +03:00
parent 9b4053b1ea
commit db8a1f76c7
1 changed files with 0 additions and 2 deletions

View File

@ -190,8 +190,6 @@ class Af_Comics extends Plugin {
$title = $xpath->query('//h3')->item(0);
print htmlspecialchars($doc->saveHTML($content_node));
if ($title) {
$title = clean(trim($title->nodeValue));
} else {