Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar committed Dec 24, 2019
1 parent ed6877d commit c68d3c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/style-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export const styleHeader = config => {
if (window.scrollY > 15) {
header.container.style.boxShadow = '0px 0px 5px 5px rgba(0,0,0,0.2)';
} else {
console.log('off');
header.container.style.boxShadow = '0px 0px 5px 5px rgba(0,0,0,0)';
}
});
Expand Down

0 comments on commit c68d3c9

Please sign in to comment.