Code clean : remove debug info

This commit is contained in:
sparkyx 2024-08-09 21:12:11 +02:00
parent b5e0fa4a83
commit 99fbccdf19

View file

@ -148,7 +148,7 @@ class Extension extends Menu_Ref_sql
throw new Exception(_('Profil inexistant'), 10);
}
// Menu exists
\Noalyss\Dbg::echo_var(1,__FILE__.__LINE__. "p_module to find $p_module");
$module=new Menu_Ref($cn, $p_module);
if ($module->me_code==null)
{