Remove debuggage

This commit is contained in:
Michael RICOIS 2015-07-07 12:36:14 +00:00
parent 9683f87b86
commit 42d67f7cff

View File

@ -4286,7 +4286,7 @@ class MInsee
foreach ($tabEven as $even) {
if ( intval($even)!=0 ) {
if ( ($this->dureePlan==0 || $this->dureePlan==120) && in_array($even, $evenDetect) ) {
file_put_contents('plan.log', "MATCH DUREE PLAN : ", FILE_APPEND);
//file_put_contents('plan.log', "MATCH DUREE PLAN : ", FILE_APPEND);
// --- Lecture dureePlan dans annonce
$this->debutPlan = str_replace('-','',$annonce['dateJugement']); // SSAAMMJJ
if ( preg_match('/dur.e(?:.*)plan(?:.*)(\d+)\s+ans?/Uisu', $annonce['annonce'], $matches) ) {