Skip to content

Commit

Permalink
Remove test function
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Jan 2, 2024
1 parent f5a913e commit f0f6545
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Sources/Web3Modal/Core/Web3Modal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,6 @@ public class Web3Modal {
public static func set(sessionParams: SessionParams) {
Web3Modal.config.sessionParams = sessionParams
}

public func uncoveredFunc() {
print("uncoveredFunc")

if Int.random(in: 1...5) == 2 {
print("randomBranch")
} else {
print("randomBranch")
}
}
}

#if canImport(UIKit)
Expand Down

0 comments on commit f0f6545

Please sign in to comment.