From 43c9b4ebd6210fbc999c9c871d2cc5eec4102825 Mon Sep 17 00:00:00 2001 From: Justin Page Date: Tue, 26 Jan 2016 12:21:37 -0800 Subject: [PATCH] Remove TST console log to indicate init Resolves: #18 --- js/theia-sticky-sidebar.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);