remove console.log for new chest
This commit is contained in:
parent
4b98144c23
commit
838f68b578
@ -31,9 +31,9 @@ export enum ChestStatusEnum {
|
||||
timeStr = randomStr + timeStr.slice(1)
|
||||
}
|
||||
let shortId = timeStr + this.id.slice(-6)
|
||||
console.log(shortId)
|
||||
// console.log(shortId)
|
||||
this.shareCode = convert({ numStr: shortId, base: 16, to: 52, alphabet: BASE52_ALPHABET })
|
||||
console.log(this.id, this.shareCode)
|
||||
// console.log(this.id, this.shareCode)
|
||||
}
|
||||
})
|
||||
export class ActivityChestClass extends BaseModule {
|
||||
|
Loading…
x
Reference in New Issue
Block a user