瀏覽代碼

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