From 41d16f0127aa0cab146e8a32be43750080b786c9 Mon Sep 17 00:00:00 2001 From: starnakin Date: Mon, 25 Mar 2024 14:57:26 +0100 Subject: [PATCH] clean: remove: debug print --- frontend/static/js/views/MatchMakingView.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/static/js/views/MatchMakingView.js b/frontend/static/js/views/MatchMakingView.js index ae37cb1..ed68d4c 100644 --- a/frontend/static/js/views/MatchMakingView.js +++ b/frontend/static/js/views/MatchMakingView.js @@ -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 => {