Remove console.log()
This commit is contained in:
parent
b90aac15ad
commit
92abc44be0
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ renderStyles()(brandedWizard(null))
|
|||
|
||||
// pass in a stream of configuration parameters
|
||||
const init = params$ => {
|
||||
console.log(params$())
|
||||
var state = {
|
||||
error$: flyd.stream()
|
||||
, loading$: flyd.stream()
|
||||
|
|
Loading…
Reference in a new issue