removed console. log

v1.18.x
barisusakli 9 years ago
parent 28ae101d90
commit 98e659188b

@ -95,7 +95,6 @@ module.exports = function(SocketUser) {
user.isAdminOrSelf(socket.uid, data.uid, next);
},
function (next) {
console.log('updating profile', data)
user.updateProfile(data.uid, data, next);
},
function (userData, next) {

Loading…
Cancel
Save