diff --git a/src/user.js b/src/user.js index bae63ff4bc..d5f15509dd 100644 --- a/src/user.js +++ b/src/user.js @@ -298,7 +298,6 @@ var utils = require('./../public/src/utils.js'), callback(null); }); } else { - console.log('gg'); callback({error:'Your current password is not correct!'}); } });