flyzto 3 달 전
부모
커밋
008ba7f811
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      server/models/GamesPs.js

+ 3 - 0
server/models/GamesPs.js

@@ -713,6 +713,9 @@ const updateSolutions = (solutions) => {
     });
 
     if (solutionUpdate.remove.length) {
+      Logs.out('addSolutions length %d', solutionUpdate.add.length);
+      Logs.out('updateSolutions length %d', solutionUpdate.update.length);
+      Logs.out('retainSolutions length %d', solutionUpdate.retain.length);
       Logs.out('removeSolutions length %d', solutionUpdate.remove.length);
     }