diff --git a/Oqtane.Server/Pages/Sitemap.cshtml.cs b/Oqtane.Server/Pages/Sitemap.cshtml.cs index 64e7faa5..5cd06a2d 100644 --- a/Oqtane.Server/Pages/Sitemap.cshtml.cs +++ b/Oqtane.Server/Pages/Sitemap.cshtml.cs @@ -107,7 +107,6 @@ namespace Oqtane.Pages } writer.Close(); } - // Cache the sitemap XML sitemapXml = builder.ToString(); return Content(sitemapXml, "application/xml");