From b5eb9a34e4a5664d514c60f4eb1fc42791c29e09 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 14 Mar 2005 10:51:07 +0000 Subject: [PATCH] Suppression debug --- htdocs/telephonie/stats/graph/gain.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/telephonie/stats/graph/gain.class.php b/htdocs/telephonie/stats/graph/gain.class.php index e3c37bf171a..76c7c946686 100644 --- a/htdocs/telephonie/stats/graph/gain.class.php +++ b/htdocs/telephonie/stats/graph/gain.class.php @@ -127,9 +127,7 @@ class GraphGain extends GraphBrouzouf{ $row = $this->db->fetch_row($i); if ( $row[0] > 0) { - print "(".$this->client.":".$this->total_gain.")"; $this->total_gain = ($this->total_gain - $row[0]); - print "(".$this->client.":".$this->total_gain.")"; } $i++; }