diff --git a/copy_this/modules/proudsourcing/psCacheWarmer/application/controllers/pscachewarmer.php b/copy_this/modules/proudsourcing/psCacheWarmer/application/controllers/pscachewarmer.php index 8530ced..573f57e 100755 --- a/copy_this/modules/proudsourcing/psCacheWarmer/application/controllers/pscachewarmer.php +++ b/copy_this/modules/proudsourcing/psCacheWarmer/application/controllers/pscachewarmer.php @@ -61,7 +61,6 @@ class psCacheWarmer extends oxUBase $aUrls = array(); if(empty($sSitemapUrl)) { $sSitemapUrl = $this->_getSitemapUrl(); - #$sSitemapUrl = "https://www.likoerfactory.de/sitemaps/sitemap-index.xml"; } $sSitemapXmlData = @file_get_contents($sSitemapUrl);