noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 09/32: remove comment


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 09/32: remove comment
Date: Thu, 5 Jan 2023 14:18:29 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 173b4eaba451a7d5fba28d6efdf9cc6cc5d5b195
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Dec 15 18:39:49 2022 +0100

    remove comment
---
 html/js/managetable.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/html/js/managetable.js b/html/js/managetable.js
index f97955349..5b8a63238 100644
--- a/html/js/managetable.js
+++ b/html/js/managetable.js
@@ -215,14 +215,10 @@ var ManageTable = function (p_table_name)
      *
      *@example
   tbl6030f6f8c336a.afterSaveFct=function() {
-    console.debug(this);
-    console.debug(this.param);
     // if p_id == -1 then we are adding
     if ( this.param.p_id != -1 ) { return;}
-    console.debug(this.new_row);
     // retrive the id
     var id=this.new_row.id.replace('tbl6030f6f8c336a_','');
-    console.debug(id);
     // recall input ManageTable.input
     this.input(id,'tbl6030f6f8c336a');
 



reply via email to

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