Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Mar 29, 2024
1 parent 0712248 commit 417353a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/test/routes/api/v1/users.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('/api/v1/users', () => {

assert.deepStrictEqual(record.role, 'FIRST_RESPONDER');

console.log(record.hashedPassword);
bcrypt.compare('test', record.hashedPassword, function (err, result) {
assert.deepStrictEqual(result, true);
});
Expand Down

0 comments on commit 417353a

Please sign in to comment.