Explorar o código

remove dev logs

flyzto hai 1 mes
pai
achega
3195c9713f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pinnacle/main.js

+ 1 - 1
pinnacle/main.js

@@ -88,7 +88,7 @@ const updateFiltedGames = async () => {
     if (res.statusCode !== 200) {
       throw new Error(`Failed to update filted leagues: ${res.message}`);
     }
-    Logs.outDev('update filted games', res.data);
+    // Logs.outDev('update filted games', res.data);
     const games = res.data.map(game => {
       const { eventId, leagueId } = game?.rel?.ps ?? {};
       return {