瀏覽代碼

添加日志

flyzto 3 月之前
父節點
當前提交
bb45dbbef1
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      server/models/GamesPs.js

+ 4 - 0
server/models/GamesPs.js

@@ -712,6 +712,10 @@ const updateSolutions = (solutions) => {
       }
     });
 
+    if (solutionUpdate.remove.length) {
+      Logs.out('removeSolutions length %d', solutionUpdate.remove.length);
+    }
+
     syncSolutions(solutionUpdate);
 
   }