Skip to content

Commit

Permalink
Fix WPNLogger.verboseLevel after incorrect merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa committed Jul 29, 2024
1 parent a5d8c4a commit 4bee9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WultraMobileTokenSDKTests/IntegrationProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class IntegrationProxy {
typealias Callback = (_ error: String?) -> Void

func prepareActivation(pin: String, callback: @escaping Callback) {
WPNLogger.verboseLevel = .all
WPNLogger.verboseLevel = .debug
guard let configPath = Bundle.init(for: IntegrationProxy.self).path(forResource: "config", ofType: "json", inDirectory: "Configs") else {
callback("Config file config.json is not present.")
return
Expand Down

0 comments on commit 4bee9c3

Please sign in to comment.