remove debug info

This commit is contained in:
sparkyx 2021-04-16 15:40:25 +02:00
parent abcaa12313
commit ef1a5e414c

View file

@ -1182,8 +1182,6 @@ function display_menu($p_menuid)
$array=compute_variable($file[0]['me_parameter']);
put_global($array);
}
tracedebug("'menu", $file[0]['me_file'],__FUNCTION__.__LINE__."line");
tracedebug("'menu", $file[0]['me_parameter'],__FUNCTION__.__LINE__."parm ");
if ( DEBUGNOALYSS == 2)
{
echo $file[0]['me_file']," param : ",$file[0]['me_parameter'] ;