Index: trunk/tools/debug_sample.php =================================================================== diff -u -N -r859 -r874 --- trunk/tools/debug_sample.php (.../debug_sample.php) (revision 859) +++ trunk/tools/debug_sample.php (.../debug_sample.php) (revision 874) @@ -19,12 +19,7 @@ define('SQL_OUTPUT', DOC_ROOT.'/inportal_sqls.txt'); // file where to store sql queries define('SQL_OVERWRITE', 1); // overwrite or not sql_log file - // various levels of debugging - define('SHOW_REQUEST', 1); - define('FRONT_SHOW_REQUEST', 2); - define('DEBUG_MODE', 1); // global debugging - define('DEBUG_ACTIONS', SHOW_REQUEST + FRONT_SHOW_REQUEST); //define('DEBUG_HELP', 1); // allow to add missing help if( defined('DEBUG_MODE') && constant('DEBUG_MODE') == 1 )