mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-24 00:09:41 +01:00
removed console. log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user