From 451d70f46f2efc103f275d5ee314cc8352e77c74 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 5 Apr 2021 09:16:38 +0500 Subject: [PATCH] minor cleanup --- apps/mobile/AppRootEvents.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/mobile/AppRootEvents.js b/apps/mobile/AppRootEvents.js index 5d14d1422..b9c963040 100644 --- a/apps/mobile/AppRootEvents.js +++ b/apps/mobile/AppRootEvents.js @@ -214,7 +214,7 @@ export const AppRootEvents = React.memo( let message = user?.subscription?.type === 2 ? 'Thank you for signing up for Notesnook Beta Program. Enjoy all premium features for free for the next 3 months.' - : 'Your Notesnook Pro Trial has been activated. Enjoy all premium features for free for the next 14 days!'; + : 'Your Notesnook Pro Trial has been activated. Enjoy all premium features for the next 14 days for free!'; eSendEvent(eOpenProgressDialog, { title: 'Email confirmed!', paragraph: message, @@ -362,7 +362,6 @@ export const AppRootEvents = React.memo( }; const processReceipt = async (receipt) => { - console.log(receipt); if (receipt) { if (Platform.OS === 'ios') { let user = await db.user.getUser();