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