From a449bc74973afbae01f211532c1ef61699bb300a Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 31 Oct 2024 13:59:09 +0200 Subject: [PATCH] remove log --- src/background.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/background.ts b/src/background.ts index 7cc4743..184ae23 100644 --- a/src/background.ts +++ b/src/background.ts @@ -3094,7 +3094,6 @@ BackgroundFetch.configure({ // This is where your background task logic goes const wallet = await getSaveWallet(); const address = wallet.address0; - console.log('alarm', address) if (!address) return; checkActiveChatsForNotifications(); checkNewMessages();