From 9b7a5419e42646e4d2de3736d2627743d7664d00 Mon Sep 17 00:00:00 2001 From: Stiralbios Date: Fri, 17 Feb 2023 13:16:55 +0100 Subject: [PATCH] [TerminalClock] Remove todo fastloading comment \o/ --- apps/terminalclock/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/terminalclock/app.js b/apps/terminalclock/app.js index becfcc0e3..b6cea9d42 100644 --- a/apps/terminalclock/app.js +++ b/apps/terminalclock/app.js @@ -78,8 +78,6 @@ }); }, - - // todo add fastloading when the memory leak is fixed remove: function() { if (this.turnOnInterval){ clearInterval(this.turnOnInterval);