Sewmina 6 месяцев назад
Родитель
Сommit
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)}`)
       }