Remove console.log()

This commit is contained in:
Kasia Jarmołkowicz 2018-06-29 18:08:55 +02:00 committed by Eric Schultz
parent b90aac15ad
commit 92abc44be0

View file

@ -27,7 +27,6 @@ renderStyles()(brandedWizard(null))
// pass in a stream of configuration parameters // pass in a stream of configuration parameters
const init = params$ => { const init = params$ => {
console.log(params$())
var state = { var state = {
error$: flyd.stream() error$: flyd.stream()
, loading$: flyd.stream() , loading$: flyd.stream()