From db8a1f76c71e360976cec9921022f31410f384a3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Feb 2020 10:20:16 +0300 Subject: [PATCH] remove unnecessary debugging from previous --- plugins/af_comics/init.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php index c6ea88a08..214482d43 100755 --- a/plugins/af_comics/init.php +++ b/plugins/af_comics/init.php @@ -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 {