flyzto 3 tháng trước cách đây
mục cha
commit
6cbec96354
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      server/models/GamesPs.js

+ 0 - 1
server/models/GamesPs.js

@@ -828,7 +828,6 @@ const getSolution = async (sid) => {
  */
 const getSolutionsByIds = async (ids) => {
   const baseList = Object.values(GAMES.Baselist).flat();
-  Logs.out('baseList', baseList);
   const baseMap = new Map(baseList.map(item => [item.eventId, item]));
   const result = {};
   ids.forEach(id => {