From f2e90536a7dc7bd49198dbd8eb26b6e1fe7ea8e4 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 20 Jan 2025 12:05:53 +0500 Subject: [PATCH] mobile: cleanup --- apps/mobile/app/services/notifications.ts | 1 - 1 file changed, 1 deletion(-) 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") {