Skip to content

Commit b46ffe0

Browse files
committed
Remove console.log
1 parent 364fc10 commit b46ffe0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/model.populate.test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8308,10 +8308,7 @@ describe('model: populate:', function() {
83088308
path: 'content.files.uploadedBy',
83098309
justOne: true
83108310
}).lean();
8311-
8312-
console.log(populatedRides[0].content);
8313-
console.log(populatedRides[1].content);
8314-
8311+
83158312
assert.equal(populatedRides[0].content.files, undefined);
83168313
assert.equal(populatedRides[1].content.files, undefined);
83178314
})

0 commit comments

Comments
 (0)