clean: remove: debug print

This commit is contained in:
starnakin 2024-03-25 14:57:26 +01:00 committed by AdrienLSH
parent eca4a81b70
commit 41d16f0127

View File

@ -52,8 +52,6 @@ export default class extends AbstractAuthenticatedView {
addEnterEvent()
{
console.log(this.nb_players_input, this.gamemode_input);
[this.nb_players_input, this.gamemode_input].forEach((input) => {
input.addEventListener('keydown', async ev => {