diff --git a/js/theia-sticky-sidebar.js b/js/theia-sticky-sidebar.js index be2e60c..08dfd6f 100755 --- a/js/theia-sticky-sidebar.js +++ b/js/theia-sticky-sidebar.js @@ -77,8 +77,6 @@ $('head').append($('')); $that.each(function () { - console.log('TST: Doing init.'); - var o = {}; o.sidebar = $(this); @@ -321,4 +319,4 @@ }); } } -})(jQuery); \ No newline at end of file +})(jQuery);