Sewmina пре 6 месеци
родитељ
комит
ba1e97d350
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      index.js

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