From 35fb0dda9f78885e8d047cf616ab4bbc03009eaa Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Mon, 20 Mar 2006 15:21:53 +0000 Subject: [PATCH] debug --- htdocs/categories/categorie.class.php | 1 - 1 file changed, 1 deletion(-) 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);