remove log

This commit is contained in:
PhilReact 2024-10-31 13:59:09 +02:00
parent 96636bd0e3
commit a449bc7497

View File

@ -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();