]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_comics/filters/af_comics_pa.php
debug logging system rework:
[tt-rss.git] / plugins / af_comics / filters / af_comics_pa.php
index e6558d8de8b2995fb0e306fc8116bcdf1f1b3966..7a60feabb44859604e1983d3aae9c0509af81f7d 100644 (file)
@@ -8,10 +8,6 @@ class Af_Comics_Pa extends Af_ComicFilter {
        function process(&$article) {
                if (strpos($article["link"], "penny-arcade.com") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) {
 
-                               /*if ($debug_enabled) {
-                                       _debug("af_pennyarcade: Processing comic");
-                               }*/
-
                                $doc = new DOMDocument();
 
                                if ($doc->loadHTML(fetch_file_contents($article["link"]))) {
@@ -27,9 +23,6 @@ class Af_Comics_Pa extends Af_ComicFilter {
                }
 
                if (strpos($article["link"], "penny-arcade.com") !== FALSE && strpos($article["title"], "News Post:") !== FALSE) {
-                               /*if ($debug_enabled) {
-                                       _debug("af_pennyarcade: Processing news post");
-                               }*/
                                $doc = new DOMDocument();
 
                                if ($doc->loadHTML(fetch_file_contents($article["link"]))) {