noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 09/09: Code clean : remove debug info


From: dwm
Subject: [Noalyss-commit] [noalyss] 09/09: Code clean : remove debug info
Date: Fri, 9 Aug 2024 15:18:18 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 99fbccdf19b783de1cbf851659bab8823189e950
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Aug 9 21:12:11 2024 +0200

    Code clean : remove debug info
---
 include/class/extension.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/extension.class.php 
b/include/class/extension.class.php
index 51227aa9b..e337fa9a8 100644
--- a/include/class/extension.class.php
+++ b/include/class/extension.class.php
@@ -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)
         {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]