mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
removing couple of console.log
This commit is contained in:
@@ -34,8 +34,6 @@ var user = require('./user'),
|
|||||||
message: "user-banned"
|
message: "user-banned"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log(password);
|
|
||||||
console.log(JSON.stringify(userData));
|
|
||||||
|
|
||||||
bcrypt.compare(password, userData.password || '', function(err, res) {
|
bcrypt.compare(password, userData.password || '', function(err, res) {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user