Ver código fonte

添加日志

flyzto 3 meses atrás
pai
commit
bb45dbbef1
1 arquivos alterados com 4 adições e 0 exclusões
  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);
 
   }