Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Razbakov authored Jan 20, 2017
1 parent 66d43b6 commit 6336c25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sticky-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ var jQuery = require('jquery');
$element.hover(function () {
$element.addClass(settings.hoverClass);
}, function () {
console.log('unhover');
$element.removeClass(settings.hoverClass);
update();
})
Expand Down

0 comments on commit 6336c25

Please sign in to comment.