Kaynağa Gözat

添加日志

flyzto 3 ay önce
ebeveyn
işleme
bb45dbbef1
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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);
 
   }