Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
elefantel committed Jul 29, 2024
1 parent 4587c48 commit 3c9c970
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ class Ethereum (
private var cachedChainId = ""
private var cachedAccount = ""

private var isCachedSession = true

// Toggle SDK tracking
var enableDebug: Boolean = true
set(value) {
Expand Down Expand Up @@ -139,7 +137,6 @@ class Ethereum (

fun connect(callback: ((Result) -> Unit)? = null) {
connectRequestSent = true
isCachedSession = false

val error = dappMetadata.validationError
if (error != null) {
Expand Down

0 comments on commit 3c9c970

Please sign in to comment.