From 72f8af6ca1371c952ade076bd312bdb5230a8129 Mon Sep 17 00:00:00 2001 From: vinayaktorus Date: Wed, 8 May 2024 23:38:32 +0530 Subject: [PATCH] removed logs --- openloginV4/utils/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/openloginV4/utils/index.ts b/openloginV4/utils/index.ts index 9b17871..29fbf14 100644 --- a/openloginV4/utils/index.ts +++ b/openloginV4/utils/index.ts @@ -697,7 +697,6 @@ async function signInWithEmailWithTestEmailOnDemoApp( const res = await axios.get(`${ENDPOINT}&tag=${tag}&livequery=true`); console.log(2); inbox = await res.data; - console.log(inbox); const href = inbox.emails[0].html.match(/href="([^"]*)/)[1]; const context2 = await browser.newContext(); const page2 = await context2.newPage();