From 0bbc3249593d4532e11e28848013224a93323aa2 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 5 May 2026 08:31:06 +0200 Subject: [PATCH] Remove debug console.log --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 20ef589..43cdbc6 100644 --- a/js/app.js +++ b/js/app.js @@ -259,7 +259,7 @@ function fillGameInfos(gameInfos, oppIndex) { .then(txt => { const container = $.getElementById("gameInfos"); container.innerHTML = ""; //initial cleaning -console.log(gameInfos); + // 1. Players infos const playerDiv = h('div', { class: 'players-info' }, [ h('p', null, [ -- 2.53.0