From 8209d97f055b7d2129eb6a573892a47829ea616a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=A1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=B5=D0=B2?= Date: Tue, 14 Jul 2015 14:33:40 +0300 Subject: [PATCH] Update sitemap.js --- src/sitemap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,