clear:删除一些console.log
This commit is contained in:
@@ -138,7 +138,7 @@ export class EntryHandler {
|
||||
session.push('serverId', () => { });
|
||||
session.push('updatedMailAt', () => { });
|
||||
session.push('guildCode', () => { });
|
||||
console.log(role.guildCode)
|
||||
// console.log(role.guildCode)
|
||||
// session.push('rid', function (err) {
|
||||
// if (err) {
|
||||
// console.error('set rid for session service failed! error is : %j', err.stack);
|
||||
@@ -228,7 +228,7 @@ export class EntryHandler {
|
||||
return resResult(STATUS.TOKEN_ERR);
|
||||
}
|
||||
|
||||
console.log(self.app.get('serverId'));
|
||||
// console.log(self.app.get('serverId'));
|
||||
await session.abind(user.username);
|
||||
session.set('uid', user.uid);
|
||||
session.set('roleId', user.username);
|
||||
|
||||
Reference in New Issue
Block a user