Commit 8603f790 authored by nanahira's avatar nanahira

remove debug

parent 92fb47a5
...@@ -132,7 +132,7 @@ export class YGOTournamentPlugin { ...@@ -132,7 +132,7 @@ export class YGOTournamentPlugin {
private async onUserDeclareLate(userId: string) { private async onUserDeclareLate(userId: string) {
const timeUnix = await this.ctx.cache.get('lateDeclarationTime', 'current'); const timeUnix = await this.ctx.cache.get('lateDeclarationTime', 'current');
this.ctx.logger('test').warn(JSON.stringify(timeUnix)); // this.ctx.logger('test').warn(JSON.stringify(timeUnix));
if ( if (
!timeUnix || !timeUnix ||
!moment().isBetween( !moment().isBetween(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment