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)}`) }