noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 88/151: remove debug info


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 88/151: remove debug info
Date: Sat, 4 Feb 2017 17:14:30 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 64f8b04a08150dda9b98284f00c6d50b5cd0f1f8
Author: Dany De Bontridder <address@hidden>
Date:   Sun Dec 4 00:58:20 2016 +0100

    remove debug info
---
 include/class/class_acc_bilan.php |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/class/class_acc_bilan.php 
b/include/class/class_acc_bilan.php
index e3c7add..afff015 100644
--- a/include/class/class_acc_bilan.php
+++ b/include/class/class_acc_bilan.php
@@ -158,7 +158,6 @@ class Acc_Bilan
         $this->warning(_('Compte inverse : passif avec un solde 
crediteur'),'PASINV','D');
         $this->warning(_('Compte inverse : Charge avec un solde 
debiteur'),'CHAINV','C');
         $this->warning(_('Compte inverse : produit avec un solde 
crediteur'),'PROINV','D');
-        $t1=microtime(true);
         echo '<h3'._("Solde").' </h3>';
         /* set the periode filter */
         
$sql_periode=sql_filter_per($this->db,$this->from,$this->to,'p_id','j_tech_per');
@@ -235,8 +234,6 @@ class Acc_Bilan
 
         echo tr( td(_("Difference Produit - 
Charge"),'style="padding-right:20px"').td($diff,'style="text-align:right"'),'style="font-weight:bolder"');
         echo '</table>';
-        $t1_end=microtime(true);
-        printf ("Verif : %s <br>",($t1_end-$t1));
     }
     /*!
      * \brief get data from the $_GET



reply via email to

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