summaryrefslogtreecommitdiff
path: root/plugins/af_comics
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-27 10:20:16 +0300
committerAndrew Dolgov <[email protected]>2020-02-27 10:20:16 +0300
commitdb8a1f76c71e360976cec9921022f31410f384a3 (patch)
treebbacf27d47554e7e2b17ce16a3bc4a02465412cb /plugins/af_comics
parent9b4053b1eaff5582b2a2c97e3c2cd8076539accc (diff)
remove unnecessary debugging from previous
Diffstat (limited to 'plugins/af_comics')
-rwxr-xr-xplugins/af_comics/init.php2
1 files changed, 0 insertions, 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 {