removed console.log

This commit is contained in:
Baris Usakli
2013-09-11 15:28:20 -04:00
parent 6d7919ad85
commit 89ca2319f5

View File

@@ -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!'});
} }
}); });