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