viktorlarsson / vue-tiny-slider

Vanilla javascript slider for all purposes created by ganlanyuan in Vue.
MIT License
136 stars 51 forks source link

Unnecessary console logs #51

Closed esl51 closed 4 years ago

esl51 commented 4 years ago

I have this in console:

{container: div.links-carousel__list, items: 1, mode: "carousel", gutter: 0, edgePadding: 0, …}
nav: false
controls: false
false
false

Can you, please, disable this behavior?

vyarmolenko commented 4 years ago

It seems that dist and source versions are different. There are no mentions of console in source and it is definitely in dist.

viktorlarsson commented 4 years ago

Sorry for the long delay, i've rebuilt into dist :)