diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index 7ff401138c1..46ad33fa9e1 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -743,7 +743,6 @@ class Facture if ($this->db->num_rows()) { $obj = $this->db->fetch_object(); - print_r($obj); $cdr_nbjour = $obj->nbjour; $cdr_fdm = $obj->fdm; }