Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix(DispatchListener): remove log
Browse files Browse the repository at this point in the history
Co-authored-by: KagChi <[email protected]>
Co-authored-by: Vann <[email protected]>
  • Loading branch information
3 people authored Feb 20, 2024
1 parent 23f3df0 commit c6d1453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/kanao-gateway/src/Listeners/DispatchListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class ReadyListener extends Listener {

const statuses = await this.checkStatus.execute();
this.ready = statuses.length === 0;
console.log(statuses);
if (!this.ready) return;

switch (payload.data.data.t) {
Expand Down

0 comments on commit c6d1453

Please sign in to comment.