From d56bd5783de863bbede9681b83036e471652e178 Mon Sep 17 00:00:00 2001 From: Adam French Date: Tue, 24 Feb 2026 22:48:13 +0000 Subject: [PATCH] eliminate the wretched hiding console.log, filthy log...... --- nginx/vue/src/components/util/AutoScroll.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx/vue/src/components/util/AutoScroll.vue b/nginx/vue/src/components/util/AutoScroll.vue index c778eaf..0df118d 100644 --- a/nginx/vue/src/components/util/AutoScroll.vue +++ b/nginx/vue/src/components/util/AutoScroll.vue @@ -29,8 +29,6 @@ function handleHover() { function tick() { const el = container.value; - pos = el.scrollTop / el.scrollHeight; - const reachedBottom = pos <= 0; const reachedTop = pos >= 1;