flyzto 3 月之前
父节点
当前提交
6cbec96354
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 getSolutionsByIds = async (ids) => {
   const baseList = Object.values(GAMES.Baselist).flat();
   const baseList = Object.values(GAMES.Baselist).flat();
-  Logs.out('baseList', baseList);
   const baseMap = new Map(baseList.map(item => [item.eventId, item]));
   const baseMap = new Map(baseList.map(item => [item.eventId, item]));
   const result = {};
   const result = {};
   ids.forEach(id => {
   ids.forEach(id => {