From 50cf328c069d75bfebabc2507cb50fae8c8ecc89 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Wed, 20 Jan 2021 10:31:22 +0500 Subject: [PATCH] cleanup --- apps/mobile/src/components/LoginDialog/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/mobile/src/components/LoginDialog/index.js b/apps/mobile/src/components/LoginDialog/index.js index aa3d57f72..4e6614b73 100644 --- a/apps/mobile/src/components/LoginDialog/index.js +++ b/apps/mobile/src/components/LoginDialog/index.js @@ -176,9 +176,7 @@ const LoginDialog = () => { setStatus('Logging in'); let user; try { - console.log('LOGGING IN'); await db.user.login(email.toLowerCase(), password, true); - console.log('LOGGED IN'); user = await db.user.getUser(); if (!user) throw new Error('Email or passoword incorrect!'); setStatus('Syncing Your Data');