mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-07-28 12:41:24 +00:00
remove log
This commit is contained in:
@@ -3094,7 +3094,6 @@ BackgroundFetch.configure({
|
|||||||
// This is where your background task logic goes
|
// This is where your background task logic goes
|
||||||
const wallet = await getSaveWallet();
|
const wallet = await getSaveWallet();
|
||||||
const address = wallet.address0;
|
const address = wallet.address0;
|
||||||
console.log('alarm', address)
|
|
||||||
if (!address) return;
|
if (!address) return;
|
||||||
checkActiveChatsForNotifications();
|
checkActiveChatsForNotifications();
|
||||||
checkNewMessages();
|
checkNewMessages();
|
||||||
|
Reference in New Issue
Block a user