From 02e81b6e4b56070a62bfe7ec489d8a4a436b3861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 11 Feb 2023 00:05:02 +0100 Subject: [PATCH] scrollbar: remove debug log #471 --- static/js/theme.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/theme.js b/static/js/theme.js index 43b64ec63c..7d29dd4b85 100644 --- a/static/js/theme.js +++ b/static/js/theme.js @@ -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 );