diff --git a/test/api/unit/models/user.test.js b/test/api/unit/models/user.test.js index fd2a3f4061..49ec464c96 100644 --- a/test/api/unit/models/user.test.js +++ b/test/api/unit/models/user.test.js @@ -199,7 +199,6 @@ describe('User Model', () => { user = await User.findById(user._id).exec(); const userToJSON = user.toJSON(); - console.log(userToJSON.tags); expect(userToJSON.tags.length).to.equal(1); expect(userToJSON.tags[0]).to.have.all.keys(['id', 'name']);