remove console.log

v1.18.x
barisusakli 8 years ago
parent e1263f1057
commit 7b7ec77f5c

@ -489,7 +489,6 @@ module.exports = function(db, module) {
pipeline.push({ $project: project });
db.collection('objects').aggregate(pipeline, function(err, data) {
console.log(data);
callback(err, Array.isArray(data) && data.length ? data[0].count : 0);
});
};

Loading…
Cancel
Save