Removed unnecessary cache comments.
This commit is contained in:
@ -107,7 +107,6 @@ namespace Oqtane.Pages
|
|||||||
}
|
}
|
||||||
writer.Close();
|
writer.Close();
|
||||||
}
|
}
|
||||||
// Cache the sitemap XML
|
|
||||||
sitemapXml = builder.ToString();
|
sitemapXml = builder.ToString();
|
||||||
|
|
||||||
return Content(sitemapXml, "application/xml");
|
return Content(sitemapXml, "application/xml");
|
||||||
|
Reference in New Issue
Block a user