commit ed5e6b28b382dc2c7d4c37d23235d251e764457f
parent 63e4f09ba41152a9646be4d0ed5dc3789d784020
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Thu, 13 Apr 2023 23:03:35 +0200
fix: remove debug statements
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/Leaderboard.js b/src/Leaderboard.js
@@ -106,9 +106,6 @@ async function newHeatFromLeaderboard(e, {leaderboard, rankingComp, selectHeatRe
const formData = new FormData(e.target);
const formJson = Object.fromEntries(formData.entries());
- console.log(formJson)
- console.log(defaultsSet(formJson))
-
if (defaultsSet(formJson)) {
alert('Check data of the new heat, seems like the defaults')
return