Index: trunk/kernel/include/parse.php =================================================================== diff -u -r817 -r845 --- trunk/kernel/include/parse.php (.../parse.php) (revision 817) +++ trunk/kernel/include/parse.php (.../parse.php) (revision 845) @@ -258,12 +258,6 @@ { if(function_exists($func)) { - if( IsDebugMode() && !$GLOBALS['FrontEnd'] ) - { - global $debugger; - $debugger->dumpVars($this->name, $this->attributes); - $debugger->appendTrace(); - } $ret = @$func($this->attributes); } else