Remove more logs

This commit is contained in:
pngwn 2020-02-18 17:05:08 +00:00
parent d3f6074e61
commit 2396702c08
1 changed files with 0 additions and 2 deletions

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