diff --git a/library/Metier/scores/classMScores.php b/library/Metier/scores/classMScores.php index a8f55f9e..81284608 100644 --- a/library/Metier/scores/classMScores.php +++ b/library/Metier/scores/classMScores.php @@ -1321,7 +1321,6 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail /** Divers éléments calculés **/ $CompanyAnnonces = $iInsee->getAnnoncesLegales($siren); - //file_put_contents('debug.log', print_r($CompanyAnnonces,1)); // Annonces de dépôt des comptes $tabDepotCpt = $iInsee->annoncesFilter($CompanyAnnonces, 'C'); @@ -1489,7 +1488,6 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail // Annonces BODACC Changement de dirigeant $tabDepotCpt = $iInsee->annoncesFilter($CompanyAnnonces, array(2315)); - file_put_contents('debug.log', print_r($tabDepotCpt,1)); if (is_array($tabDepotCpt) && count($tabDepotCpt) > 0){ foreach ($tabDepotCpt as $iDep => $depot) { if ($iDep==0) {