Remove console.log

This commit is contained in:
Raymond Feng 2015-01-14 11:51:47 -08:00
parent f1bdf50e2a
commit 8dfe877639
1 changed files with 0 additions and 1 deletions

View File

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