From a135dc0ae43c2caac0a1bcc53b8905e0f512cd42 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 27 Aug 2024 16:26:48 +0200 Subject: [PATCH] another debug command --- assets/js/sections/contesting.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/sections/contesting.js b/assets/js/sections/contesting.js index 017979e6b..e3aa18b1d 100644 --- a/assets/js/sections/contesting.js +++ b/assets/js/sections/contesting.js @@ -677,7 +677,6 @@ async function getSession() { } async function restoreContestSession(data) { - console.log(data); if (data) { let settings = JSON.parse(data.settings);