flyzto преди 5 месеца
родител
ревизия
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);
 
   }