flyzto hace 1 semana
padre
commit
f8c4b68fe8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/models/GamesPs.js

+ 1 - 1
server/models/GamesPs.js

@@ -202,7 +202,7 @@ const syncGamesList = ({ platform, mk, games }) => {
   }
   axios.post(`${BASE_API_URL}/p/syncGames`, { platform, mk, games })
   .then(res => {
-    Logs.out('syncGamesList', { platform, mk, count: games.length }, res.data);
+    // Logs.out('syncGamesList', { platform, mk, count: games.length }, res.data);
   })
   .catch(err => {
     Logs.out('syncGamesList', { platform, mk }, err.message);