]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Helper/ContentProxy.php
Use doctrine event to download images
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Helper / ContentProxy.php
index 219b90d309bc022830e8f7ceec0694458bbfbac2..d90d3dc8caf1d5938e0c808ebd5fa5089c0528ba 100644 (file)
@@ -75,12 +75,6 @@ class ContentProxy
             $entry->setDomainName($domainName);
         }
 
-        if (true) {
-            $this->logger->log('debug', 'Starting to download images');
-            $downloadImages = new DownloadImages($html, $url, $this->logger);
-            $html = $downloadImages->process();
-        }
-
         $entry->setContent($html);
 
         if (isset($content['open_graph']['og_image'])) {