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