clean: remove: debug print
This commit is contained in:
parent
eca4a81b70
commit
41d16f0127
@ -52,8 +52,6 @@ export default class extends AbstractAuthenticatedView {
|
|||||||
|
|
||||||
addEnterEvent()
|
addEnterEvent()
|
||||||
{
|
{
|
||||||
console.log(this.nb_players_input, this.gamemode_input);
|
|
||||||
|
|
||||||
[this.nb_players_input, this.gamemode_input].forEach((input) => {
|
[this.nb_players_input, this.gamemode_input].forEach((input) => {
|
||||||
|
|
||||||
input.addEventListener('keydown', async ev => {
|
input.addEventListener('keydown', async ev => {
|
||||||
|
Loading…
Reference in New Issue
Block a user