Add Chrome path for Mac OS

This commit is contained in:
Nicolas Lœuillet
2016-09-02 13:53:45 +02:00
committed by Jeremy Benoist
parent ae669126e7
commit efe659ab84
6 changed files with 5 additions and 15 deletions

View File

@ -175,14 +175,6 @@ class BrowserImport implements ImportInterface
$this->em->clear($entry);
}
++$this->nbEntries;
/*
Maybe not useful. Delete at will.
*/
$this->logger->info($this->nbEntries.' / '.$this->totalEntries);
}
}