remove errors (#703)

This commit is contained in:
Kurt Hutten
2023-09-25 17:28:03 +10:00
committed by GitHub
parent a03d09b41d
commit c271942897
16 changed files with 12 additions and 26 deletions

View File

@ -178,8 +178,7 @@ export function useAppMode() {
},
})
)
const res = await Promise.all(proms)
console.log('res', res)
await Promise.all(proms)
setGuiMode({
mode: 'sketch',
sketchMode: 'sketchEdit',

View File

@ -48,7 +48,7 @@ export function useConvertToVariable() {
updateAst(_modifiedAst, true)
} catch (e) {
console.log('e', e)
console.log('error', e)
}
}