1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Remove more logs

This commit is contained in:
pngwn 2020-02-18 17:05:08 +00:00
parent d3f6074e61
commit 2396702c08

View file

@ -182,7 +182,6 @@ const initialise = (store, initial) => async () => {
}
store.set(initial)
console.log(initial)
return initial
}
@ -760,7 +759,6 @@ const addChildComponent = store => componentName => {
)
_savePage(s)
//console.log(JSON.stringify(s.screens[0].props._children))
return s
})
}