mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
scrollbar: remove debug log #471
This commit is contained in:
parent
4be80dbc07
commit
02e81b6e4b
1 changed files with 0 additions and 1 deletions
|
@ -544,7 +544,6 @@ function initMenuScrollbar(){
|
|||
// on resize, we have to redraw the scrollbars to let new height
|
||||
// affect their size
|
||||
window.addEventListener('resize', function(){
|
||||
console.log("resize")
|
||||
pst && setTimeout( function(){ pst.update(); }, 10 );
|
||||
psm && setTimeout( function(){ psm.update(); }, 10 );
|
||||
psc && setTimeout( function(){ psc.update(); }, 10 );
|
||||
|
|
Loading…
Reference in a new issue