Remove debug

This commit is contained in:
Michael RICOIS 2015-08-26 07:37:28 +00:00
parent 167221cc8f
commit 1637c988f1

View File

@ -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) {