diff --git a/apps/mobile/app/services/notifications.ts b/apps/mobile/app/services/notifications.ts index b9535e428..cb7cd3b33 100644 --- a/apps/mobile/app/services/notifications.ts +++ b/apps/mobile/app/services/notifications.ts @@ -105,7 +105,6 @@ async function initDatabase() { } const onEvent = async ({ type, detail }: Event) => { - console.log("EVENT RECIEVED...."); await initDatabase(); const { notification, pressAction, input } = detail; if (type === EventType.DELIVERED && Platform.OS === "android") {