clear:删除一些console.log

This commit is contained in:
luying
2021-10-09 11:35:22 +08:00
parent 9ad04a1170
commit 04060acd79
13 changed files with 201 additions and 34 deletions

View File

@@ -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);