From 926ac0dd5424e8c0becc79cdfc35546ca51ad1cd Mon Sep 17 00:00:00 2001 From: starnakin Date: Tue, 12 Dec 2023 15:20:26 +0100 Subject: [PATCH] clean: print --- frontend/static/js/views/MatchMakingView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/static/js/views/MatchMakingView.js b/frontend/static/js/views/MatchMakingView.js index 9313d24..df9cd9a 100644 --- a/frontend/static/js/views/MatchMakingView.js +++ b/frontend/static/js/views/MatchMakingView.js @@ -14,7 +14,6 @@ export default class extends AbstractView { async postInit() { await client.matchmaking.start(game_found) - console.log("start matchmaking") } async getHtml() {