diff --git a/src/client/components/commands/developer/Stats.ts b/src/client/components/commands/developer/Stats.ts index 4ea49cb..3906fef 100644 --- a/src/client/components/commands/developer/Stats.ts +++ b/src/client/components/commands/developer/Stats.ts @@ -65,10 +65,7 @@ class StatsCommand extends SlashCommand }; const shardResults = await shard.broadcastEval(evalFunc).catch((error) => this.client.logger.error(error)); - // const shardResults: null | [] = null; - console.log('shart results'); const managerResult = await this.client.managerEval(mEvalFunc).catch((error) => this.client.logger.error(error)); - console.log('manager result'); if (!shardResults || !managerResult) throw new Error('Missing results for either shard or manager');