Jelajahi Sumber

log suppression

Sewmina 6 bulan lalu
induk
melakukan
ba1e97d350
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)}`)
       }