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
|
// 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()
|
||||||
|
|
Loading…
Reference in a new issue