log suppression
This commit is contained in:
2
index.js
2
index.js
@@ -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)}`)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user