清理:删除某些console.log

This commit is contained in:
luying
2021-09-11 14:40:04 +08:00
parent ca86d772fe
commit e8f7814a8e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ function catchError(T) {
for(let name of names) {
if(typeof T[name] == 'function') {
T2[name] = async (...args: any) => {
console.log('*****', args)
// console.log('*****', args)
try {
return await T[name].apply(null, args)
} catch (e) {
+1 -1
View File
@@ -184,7 +184,7 @@ export class GuildRankParam {
let leader = <RoleType>guild.leader;
let _leader = new GuildLeader(leader);
this.leader = _leader;
console.log('*****', guild.isReducedCe, guild.guildCe, reduceCe(guild.guildCe))
// console.log('*****', guild.isReducedCe, guild.guildCe, reduceCe(guild.guildCe))
if(guild.isReducedCe) {
this.guildCe = guild.guildCe;
} else {