Browse Source

Remove more logs

pull/4023/head
pngwn 7 years ago
parent
commit
625ebdc36e
  1. 2
      packages/builder/src/builderStore/store.js

2
packages/builder/src/builderStore/store.js

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

Loading…
Cancel
Save