From 30471764f4ecfaf9d24f4fffc15952f8cb8108d6 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 4 Dec 2016 00:58:25 +0100 Subject: [PATCH] remove debug info --- include/verif_bilan.inc.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/include/verif_bilan.inc.php b/include/verif_bilan.inc.php index 3a1777f91..7a8f2b0f1 100644 --- a/include/verif_bilan.inc.php +++ b/include/verif_bilan.inc.php @@ -28,7 +28,6 @@ require_once NOALYSS_INCLUDE.'/class/class_user.php'; require_once NOALYSS_INCLUDE.'/class/class_acc_bilan.php'; global $g_captcha,$g_failed,$g_succeed; -$t1=microtime(true); $cn=Dossier::connect(); $exercice=$g_user->get_exercice(); echo '
'; @@ -107,11 +106,9 @@ print tr(td(_('Grand livre')).td(nbm($deb),' class="num"').td(nbm($cred),' class .td($result),"class=\"$class\""); echo ''; -$t1_end=microtime(true); echo '
'; echo '
'; echo '

'._('Vérification des comptes').'

'; -$t2=microtime(true); $bilan=new Acc_Bilan($cn); $periode=new Periode($cn); list ($start_periode,$end_periode)=$periode->get_limit($exercice); @@ -119,7 +116,6 @@ $bilan->from=$start_periode->p_id; $bilan->to=$end_periode->p_id; $bilan->verify(); echo '
'; -$t2_end=microtime(true); ?>
@@ -130,7 +126,6 @@ $t2_end=microtime(true); get_exercice()."')"; $sql_fiche_id=" @@ -185,7 +180,6 @@ having count(*) > 1 @@ -253,9 +247,4 @@ $nb_account_used=count ($a_account_used); -
- + \ No newline at end of file