removed extra db call #2254

This commit is contained in:
barisusakli
2014-11-30 01:44:46 -05:00
parent 03b106b03a
commit fb3251c269

View File

@@ -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);
},