mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
removed console.log
This commit is contained in:
@@ -421,7 +421,7 @@ var bcrypt = require('bcryptjs'),
|
||||
data.uid = uid;
|
||||
data.timestamp = Date.now();
|
||||
data.rooms = websockets.getUserRooms(uid);
|
||||
console.log(data);
|
||||
|
||||
callback(null, data);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user