Skip to content

Commit

Permalink
scrollbar: remove debug log matcornic#471
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Feb 10, 2023
1 parent 4be80db commit 02e81b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 02e81b6

Please sign in to comment.