清理:删除某些console.log
This commit is contained in:
@@ -16,7 +16,7 @@ Filter.prototype.before = async function (routeRecord: RouteRecord, msg: any, se
|
||||
const roleId: string = session.get('roleId');
|
||||
let guildCode: string = session.get('guildCode');
|
||||
let guildAuth: number = session.get('guildAuth');
|
||||
console.log('********guildAuth', guildAuth);
|
||||
// console.log('********guildAuth', guildAuth);
|
||||
|
||||
const { code, roleId: hisRoleId } = msg;
|
||||
|
||||
|
||||
@@ -184,7 +184,7 @@ export class GachaPull {
|
||||
this.hasGetFloor = false;
|
||||
this.floorCount = 0;
|
||||
}
|
||||
console.log('******', this.floorCount, this.dicFloorCount, this.hasGetFloor)
|
||||
// console.log('******', this.floorCount, this.dicFloorCount, this.hasGetFloor)
|
||||
return result;
|
||||
} else {
|
||||
return base
|
||||
|
||||
Reference in New Issue
Block a user