]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
debug logging system rework:
[tt-rss.git] / classes / pluginhost.php
index f40705dd10694a2cd53b43a1e475747ab0cfe84f..7e3fb08abbcfdf021ba02541c3f159f7b6173edd 100755 (executable)
@@ -10,7 +10,6 @@ class PluginHost {
        private $api_methods = array();
        private $plugin_actions = array();
        private $owner_uid;
-       private $debug;
        private $last_registered;
        private static $instance;
 
@@ -400,14 +399,6 @@ class PluginHost {
                }
        }
 
-       function set_debug($debug) {
-               $this->debug = $debug;
-       }
-
-       function get_debug() {
-               return $this->debug;
-       }
-
        // Plugin feed functions are *EXPERIMENTAL*!
 
        // cat_id: only -1 is supported (Special)