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);
     }