Remove debug

This commit is contained in:
Michael RICOIS 2015-08-26 13:24:54 +00:00
parent cf89b3cb20
commit 65045af11c

View File

@ -633,7 +633,6 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
* Récupération des informations identitaire
*/
$tabIdentite = $iInsee->getIdentiteEntreprise($siren, $nic, 0, false, false);
file_put_contents('debug.log', print_r($tabIdentite,1));
$timer['identite']=microtime(true);
if (empty($tabIdentite)) {