Skip to content

Commit 24d5f19

Browse files
committed
remove log file
1 parent 8f863a8 commit 24d5f19

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
@@ -466,7 +466,6 @@ class Web3Auth implements IWeb3Auth {
466466
}
467467

468468
private async authHandler(url: string, dataObject: AuthSessionConfig) {
469-
log.debug(`[Web3Auth] config passed: ${JSON.stringify(dataObject)}`);
470469
const loginId = SessionManager.generateRandomSessionKey();
471470
await this.createLoginSession(loginId, dataObject);
472471

0 commit comments

Comments
 (0)