WeCodePixels / theia-sticky-sidebar

Glues your website's sidebars, making them permanently visible while scrolling.
MIT License
569 stars 209 forks source link

[Remove] console log #18

Closed justinpage closed 8 years ago

justinpage commented 8 years ago

Problem

Seems to only exist to indicate that the init function has executed. I think this is unnecessary as a user can easily console log if they are trying to debug.

https://github.com/WeCodePixels/theia-sticky-sidebar/blob/master/js/theia-sticky-sidebar.js#L80

Solution

Remove console log. Is TST a shorthand for TEST?

liviucmg commented 8 years ago

Merged, thanks! :+1: That line was a leftover from who knows when. :)