From 3ba1c56129534d41c4beb4ece8fc8bde94ee929c Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com> Date: Sun, 6 Oct 2024 21:10:58 +0200 Subject: [PATCH] E_showScroller_Q3: comment out prints to console --- libs/js/banglejs/E_showScroller_Q3.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/js/banglejs/E_showScroller_Q3.js b/libs/js/banglejs/E_showScroller_Q3.js index f5294ec8c..f2d0c207a 100644 --- a/libs/js/banglejs/E_showScroller_Q3.js +++ b/libs/js/banglejs/E_showScroller_Q3.js @@ -73,7 +73,7 @@ Bangle.setUI({ var i = YtoIdx(e.y); let yAbs = (e.y + rScroll - R.y); let yInElement = yAbs - i*options.h; - print(" ",idxToY(i)); + //print(" ",idxToY(i)); if (e.y>163 && idxToY(i)>163) { // 12px from bottom /* If the bottom-most item is only just showing and we tap on it, choose the one above instead */ @@ -81,7 +81,7 @@ Bangle.setUI({ yInElement=options.h-1; } if ((menuScrollMin<0 || i>=0) && i