diff --git a/htdocs/tva.class.php b/htdocs/tva.class.php index 30914cb1240..8d1883d3add 100644 --- a/htdocs/tva.class.php +++ b/htdocs/tva.class.php @@ -120,7 +120,6 @@ class Tva { $sql .= " WHERE f.datef >= '$year-01-01' AND f.datef <= '$year-12-31' "; } -echo $sql; $result = $this->db->query($sql); if ($result)