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 {