diff --git a/library/Scores/RechercheHistorique.php b/library/Scores/RechercheHistorique.php index 7c9869ba1..462efce85 100644 --- a/library/Scores/RechercheHistorique.php +++ b/library/Scores/RechercheHistorique.php @@ -39,7 +39,6 @@ class RechercheHistorique //Controle des éléments $elements = array(); foreach($params as $key => $value){ - Zend_Registry::get('firebug')->info($key); if (in_array($key, $this->listParams[$type])){ $elements[$key] = $value; }