Remove debug log in games

This commit is contained in:
Christopher Cookman 2023-08-12 22:57:26 -06:00
parent 383c3d370c
commit d970dcc8dc
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -328,8 +328,6 @@ client.on("interactionCreate", async interaction => {
}; };
} }
console.log(`[DEBUG GAME] ${JSON.stringify(gameCooldowns)}`);
interaction.reply(result.string); interaction.reply(result.string);
break; break;
}; };