From fb3251c2699ab8fb05b99c8abdc7c01595a1731f Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 30 Nov 2014 01:44:46 -0500 Subject: [PATCH] removed extra db call #2254 --- src/sitemap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sitemap.js b/src/sitemap.js index 6d65719696..e621fdc713 100644 --- a/src/sitemap.js +++ b/src/sitemap.js @@ -55,7 +55,6 @@ var path = require('path'), var topicUrls = []; async.waterfall([ - async.apply(db.getSortedSetRevRange, 'topics:recent', 0, -1), function(tids, next) { db.getSortedSetRevRange('topics:recent', 0, -1, next); },