noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 67/73: remove debug info


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 67/73: remove debug info
Date: Fri, 28 May 2021 05:26:49 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a88c7118031f42bb691900711d83ba40e9afab9c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon May 24 15:43:37 2021 +0200

    remove debug info
---
 include/lib/impress.class.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/lib/impress.class.php b/include/lib/impress.class.php
index 6ba857a..ea12d72 100644
--- a/include/lib/impress.class.php
+++ b/include/lib/impress.class.php
@@ -90,7 +90,6 @@ class Impress
             $x=$e[0];
             foreach ($x as $line)
             {
-                  tracedebug("impress.debug.log", "$line", 'parse_formula-93 
$line ' );
                
                 // If there is a FROM clause we must recompute
                 // the time cond
@@ -123,7 +122,6 @@ class Impress
              */
             $p_formula=remove_divide_zero($p_formula);
             $p_formula="\$result=".$p_formula.";";
-            tracedebug("impress.debug.log",$p_formula,"formula to evaluate 
+103");
             
             eval("$p_formula");
 



reply via email to

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