From ba1e97d350bfcb85c1648f7e8518295a4209e898 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Fri, 4 Oct 2024 16:37:08 +0530 Subject: [PATCH] log suppression --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 83823a4..92341be 100644 --- a/index.js +++ b/index.js @@ -101,7 +101,7 @@ async function CheckForStartedTourneys() { newTournament.participents.push(participent); }) - newTournament.displayDetails(); + //newTournament.displayDetails(); } catch { console.log(`tourneyId:${newTournament.id} has no participents. ${JSON.stringify(participents)}`) }