diff --git a/src/database/mongo/sorted.js b/src/database/mongo/sorted.js index 029d5948be..ab69a7f7fa 100644 --- a/src/database/mongo/sorted.js +++ b/src/database/mongo/sorted.js @@ -123,8 +123,6 @@ module.exports = function (db, module) { return setImmediate(callback, null, []); } const stop = (parseInt(count, 10) === -1) ? -1 : (start + count - 1); - - console.log(key, start, stop); getSortedSetRange(key, start, stop, min, max, sort, withScores, callback); }