diff --git a/src/js/test/test-logic.js b/src/js/test/test-logic.js index f25cbb9b2..9967205da 100644 --- a/src/js/test/test-logic.js +++ b/src/js/test/test-logic.js @@ -948,7 +948,7 @@ export function restart( TestTimer.clear(); if ($("#commandLineWrapper").hasClass("hidden")) TestUI.focusWords(); - ChartController.result.update(); + // ChartController.result.update(); TestUI.updateModesNotice(); UI.setPageTransition(false); // console.log(TestStats.incompleteSeconds);