diff --git a/src/sitemap.js b/src/sitemap.js index e3f45012ff..eaf7686acd 100644 --- a/src/sitemap.js +++ b/src/sitemap.js @@ -97,7 +97,7 @@ sitemap.getDynamicUrls = function(callback) { return next(err); } - topics.forEach(function(topic) {console.log(topic) + topics.forEach(function(topic) { if (topic) { topicUrls.push({ url: '/topic/' + topic.slug,