From 98e659188b6bcf4effca5d9176c8d836171cb663 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 22 Oct 2015 17:41:13 -0400 Subject: [PATCH] removed console. log --- src/socket.io/user/profile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/socket.io/user/profile.js b/src/socket.io/user/profile.js index 1661eac92c..4e0be0acc5 100644 --- a/src/socket.io/user/profile.js +++ b/src/socket.io/user/profile.js @@ -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) {