log suppression

This commit is contained in:
2024-10-04 16:37:08 +05:30
parent 681fa95387
commit ba1e97d350

View File

@@ -101,7 +101,7 @@ async function CheckForStartedTourneys() {
newTournament.participents.push(participent); newTournament.participents.push(participent);
}) })
newTournament.displayDetails(); //newTournament.displayDetails();
} catch { } catch {
console.log(`tourneyId:${newTournament.id} has no participents. ${JSON.stringify(participents)}`) console.log(`tourneyId:${newTournament.id} has no participents. ${JSON.stringify(participents)}`)
} }