diff --git a/htdocs/categories/categorie.class.php b/htdocs/categories/categorie.class.php index 06c3741b476..e51009511cd 100644 --- a/htdocs/categories/categorie.class.php +++ b/htdocs/categories/categorie.class.php @@ -166,7 +166,6 @@ class Categorie $sql = 'insert into '.MAIN_DB_PREFIX.'categorie_association(fk_categorie_mere,fk_categorie_fille)'; $sql .= ' VALUES ("'.$this->id_mere.'","'.$this->id.'")'; - print $sql; if (! $this->db->query($sql)) { dolibarr_print_error($this->db);