Skip to content

Commit

Permalink
Remove TST console log to indicate init
Browse files Browse the repository at this point in the history
Resolves: #18
  • Loading branch information
Justin Page committed Jan 26, 2016
1 parent 44f7f2a commit 43c9b4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/theia-sticky-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@
$('head').append($('<style>.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>'));

$that.each(function () {
console.log('TST: Doing init.');

var o = {};

o.sidebar = $(this);
Expand Down Expand Up @@ -321,4 +319,4 @@
});
}
}
})(jQuery);
})(jQuery);

0 comments on commit 43c9b4e

Please sign in to comment.