scrollbar: remove debug log #471

This commit is contained in:
Sören Weber 2023-02-11 00:05:02 +01:00
parent 4be80dbc07
commit 02e81b6e4b
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -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 );