From 7acb57980da0f2dadc44082190b21809198aa0db Mon Sep 17 00:00:00 2001 From: ProudCommerce Date: Thu, 25 Aug 2016 16:28:14 +0200 Subject: [PATCH] remove comment --- .../psCacheWarmer/application/controllers/pscachewarmer.php | 1 - 1 file changed, 1 deletion(-) 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);