arqex / freezer

A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.
MIT License
1.28k stars 56 forks source link

Drops irritating console.log in nodeCreator #83

Closed mhoyer closed 8 years ago

mhoyer commented 8 years ago

We actually got flooded with tons of 'instance' console logs w/o any concrete value. Was this on purpose? If not, this PR is the fix. ;-)

arqex commented 8 years ago

Hi @mhoyer

Obviously it wasn't on purpose, sorry!! I'll fix merge the PR this afternoon.

Thanks

arqex commented 8 years ago

Thanks @mhoyer :)