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++; }