Skip to content

Commit 326027d

Browse files
committed
removed last compare
1 parent 96fa7dc commit 326027d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ bcrypt.hash(myPlaintextPassword, saltRounds, (error, hash) => {
1717
bcrypt.compare(myPlaintextPassword, hash, (error, response) => {
1818
console.log(response);
1919
});
20-
21-
bcrypt.compare(someOtherPlaintextPassword, hash, (error, response) => {
22-
console.log(response);
23-
});
2420
});
2521

2622

0 commit comments

Comments
 (0)