Removed unnecessary cache comments.

This commit is contained in:
Cody 2023-04-19 10:05:43 -07:00 committed by GitHub
parent c93d2576af
commit ba27e70fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,6 @@ namespace Oqtane.Pages
}
writer.Close();
}
// Cache the sitemap XML
sitemapXml = builder.ToString();
return Content(sitemapXml, "application/xml");