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);