diff --git a/htdocs/commonobject.class.php b/htdocs/commonobject.class.php
index d358ab7f94f..198ae4b184e 100644
--- a/htdocs/commonobject.class.php
+++ b/htdocs/commonobject.class.php
@@ -435,7 +435,7 @@ class CommonObject
if ($this->ismultientitymanaged == 2) $sql.= ' AND te.fk_soc = s.rowid'; // If we need to link to societe to limit select to entity
if ($this->ismultientitymanaged > 0) $sql.= ' AND te.entity IN (0,'.$conf->entity.')';
- print $sql."
";
+ //print $sql."
";
$result = $this->db->query($sql) ;
if (! $result)
{