From 8dfe8776393c697b598f01aea2da05ef0fda27a2 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Wed, 14 Jan 2015 11:51:47 -0800 Subject: [PATCH] Remove console.log --- test/memory.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/memory.test.js b/test/memory.test.js index f3f16fd0..6b1a608e 100644 --- a/test/memory.test.js +++ b/test/memory.test.js @@ -194,7 +194,6 @@ describe('Memory connector', function () { it('should sort undefined values to the end when ordered DESC', function (done) { User.find({order: 'vip ASC, order DESC'}, function (err, posts) { - console.log(posts); should.not.exist(err); posts[4].seq.should.be.eql(1);