Skip to content

Commit

Permalink
Merge pull request #19 from KLVTZ/remove-console-log
Browse files Browse the repository at this point in the history
Remove TST console log to indicate init
  • Loading branch information
liviucmg committed Jan 27, 2016
2 parents 44f7f2a + 43c9b4e commit 280aabe
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 280aabe

Please sign in to comment.