From 4a4540359feeeee53ba5ccb33acce93af08910f3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 9 Jun 2023 10:52:27 +0800 Subject: [PATCH] :test_tube: --- app/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/index.ts b/app/src/index.ts index f7a984851..aad028677 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -182,9 +182,6 @@ export class App { setNoteBook(); initBlockPopover(this); promiseTransactions(); - window.setInterval(() => { - console.log(new Date()) - }, 10000); } }