소스 검색

log suppression

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