From 36ae60a81a2e5492ebaf04c35fb8b24c28f64e01 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Fri, 3 Dec 2021 12:15:44 +0800 Subject: [PATCH] Update app.js --- apps/authentiwatch/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/authentiwatch/app.js b/apps/authentiwatch/app.js index 6fee5f3ea..b0ff24c75 100644 --- a/apps/authentiwatch/app.js +++ b/apps/authentiwatch/app.js @@ -206,10 +206,6 @@ function draw() { } if (drewcur) { // the current token has been drawn - schedule a redraw - clearTimeout(state.idletimer); - if (state.drawtimer) { - clearTimeout(state.drawtimer); - } if (tokens[state.curtoken].period > 0) { timerdly = (state.otp == calculating) ? 1 : 1000; // timed } else {