Skip to content

Commit 46f5815

Browse files
committed
remove console calls
1 parent 564186e commit 46f5815

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/find_test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,11 +491,9 @@ var tests = testCase({
491491
, comments: [c1, c2]
492492
, _id: new client.bson_serializer.ObjectID
493493
};
494-
//console.error('inserting: %j', doc);
495494
collection.insert(doc, {safe:true}, function(err, docs) {
496495
collection.findOne({'_id':doc._id}, {safe:true,fields: undefined}, function(err, doc) {
497496
if (err) console.error('error', err);
498-
console.error(doc);
499497
test.equal(2, doc.comments.length);
500498
test.equal('number 1', doc.comments[0].title);
501499
test.equal('number 2', doc.comments[1].title);

0 commit comments

Comments
 (0)