Skip to content

Commit d45bdd1

Browse files
clean logs
1 parent 0fe86c3 commit d45bdd1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Web3Auth.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,8 @@ class Web3Auth implements IWeb3Auth {
326326
baseURL: url,
327327
hash: { b64Params: jsonToBase64(configParams) },
328328
});
329-
// eslint-disable-next-line no-console
330-
console.log(loginUrl);
331329

332330
const result = await this.webBrowser.openAuthSessionAsync(loginUrl, this.options.redirectUrl);
333-
// eslint-disable-next-line no-console
334-
console.log(result, "result");
335331
if (result.type !== "success" || !result.url) {
336332
log.error(`[Web3Auth] login flow failed with error type ${result.type}`);
337333
throw LoginError.loginFailed(`login flow failed with error type ${result.type}`);

0 commit comments

Comments
 (0)