1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00

Remove debug line

This commit is contained in:
CaMer0n
2009-09-21 23:07:27 +00:00
parent c454336e14
commit 22996e415c

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
| $Revision: 1.93 $ | $Revision: 1.94 $
| $Date: 2009-09-21 23:02:47 $ | $Date: 2009-09-21 23:07:27 $
| $Author: e107coders $ | $Author: e107coders $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -1632,7 +1632,6 @@ class e107plugin
foreach($this->plugin_addons as $var) // clear all existing prefs. foreach($this->plugin_addons as $var) // clear all existing prefs.
{ {
echo "clearing lisrts";
$core->update($var.'_list',""); $core->update($var.'_list',"");
} }