Skip to content

Commit 0cd542c

Browse files
committed
Minor cleanup
1 parent 4d69b25 commit 0cd542c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/Libraries/SmartStore.Services/Seo/SitemapGenerator.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,6 @@ private void WriteCategories(int parentCategoryId)
7474
var updateTime = category.UpdatedOnUtc;
7575
WriteUrlLocation(url, updateFrequency, updateTime);
7676
}
77-
78-
//var categories = _categoryService.GetAllCategoriesByParentCategoryId(parentCategoryId, false);
79-
//foreach (var category in categories)
80-
//{
81-
// //TODO add a method for getting URL (use routing because it handles all SEO friendly URLs)
82-
// var url = string.Format("{0}{1}", location, category.GetSeName());
83-
// var updateFrequency = UpdateFrequency.Weekly;
84-
// var updateTime = category.UpdatedOnUtc;
85-
// WriteUrlLocation(url, updateFrequency, updateTime);
86-
87-
// WriteCategories(category.Id);
88-
//}
8977
}
9078

9179
private void WriteManufacturers()

0 commit comments

Comments
 (0)