Skip to content

Commit f94e102

Browse files
committed
code refactored.
1 parent eaf7356 commit f94e102

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Web3Auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ class Web3Auth implements IWeb3Auth {
210210
};
211211

212212
this.options.redirectUrl = loginParams.redirectUrl;
213-
log.debug(`[Web3Auth] dataObject: ${JSON.stringify(dataObject)}`);
214213
const result = await this.openloginHandler(`${this.baseUrl}/start`, dataObject);
215214

216215
if (result.type !== "success" || !result.url) {

0 commit comments

Comments
 (0)