mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
removed console.log
This commit is contained in:
@@ -298,7 +298,6 @@ var utils = require('./../public/src/utils.js'),
|
|||||||
callback(null);
|
callback(null);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log('gg');
|
|
||||||
callback({error:'Your current password is not correct!'});
|
callback({error:'Your current password is not correct!'});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user