Skip to content

Commit c33b97e

Browse files
committed
feat: code cleanup
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 6129f3a commit c33b97e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/web3auth/core/Web3Auth.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
182182
this.authorizeSession().whenComplete { resp, error ->
183183
if (error == null) {
184184
web3AuthResponse = resp
185-
//initializeCf.complete(null)
186185
} else {
187186
print(error)
188187
}

0 commit comments

Comments
 (0)