includes/plugins.php
changeset 311 a007145a0ff6
parent 166 d53cc29308f4
child 322 5f1cd51bf1be
--- a/includes/plugins.php	Sat Dec 01 02:39:49 2007 -0500
+++ b/includes/plugins.php	Mon Dec 03 17:36:25 2007 -0500
@@ -19,8 +19,6 @@
   var $system_plugins = Array('SpecialUserFuncs.php','SpecialUserPrefs.php','SpecialPageFuncs.php','SpecialAdmin.php','SpecialCSS.php','SpecialUpdownload.php','SpecialSearch.php','PrivateMessages.php','SpecialGroups.php');
   function loadAll() 
   {
-    dc_here('plugins: building file list');
-    
     $dir = ENANO_ROOT.'/plugins/';
     
     $this->load_list = Array();
@@ -67,7 +65,6 @@
     //die('<pre>'.htmlspecialchars(print_r($plugins, true)).'</pre>');
   }
   function setHook($name, $opts = Array()) {
-    dc_dump($name, 'plugins: hook added: ');
     /*
     $r = Array();
     if(isset($this->hook_list[$name])) {
@@ -89,7 +86,6 @@
     }
   }
   function attachHook($name, $code) {
-    dc_dump($code, 'plugins: hook attached: '.$name.'<br />code:');
     if(!isset($this->hook_list[$name]))
     {
       $this->hook_list[$name] = Array();