Remove logs
This commit is contained in:
parent
5c54e975c3
commit
e63c6f3b7d
1 changed files with 1 additions and 3 deletions
|
|
@ -117,9 +117,7 @@ export default {
|
|||
];
|
||||
|
||||
const resultMap = await settleAllPromises(promiseResultMap);
|
||||
console.log(resultMap);
|
||||
console.log(next);
|
||||
|
||||
|
||||
next((vm) => {
|
||||
console.log("next on review");
|
||||
vm.setCmsContent(resultMap.cmsContent);
|
||||
|
|
|
|||
Loading…
Reference in a new issue