]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/BrowserImport.php
Add Chrome path for Mac OS
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / BrowserImport.php
index 263a11d526e8311e9986b7255fbe3daf9dac2924..e3457196e4e0f8b837ea0c98c3decc514ffdb006 100644 (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);
         }
     }