SwiftLocation
SwiftLocation copied to clipboard
How to disable location updates logs?
I want to disable all logs from the SDK. But LocationManager.Logger.isEnabled is internal access.
i made this one change in a fork and it seems to do the trick.
// SwiftLocation+Errors, line 122 static var isEnabled = false
https://github.com/taarond/SwiftLocation
+1
+1 @taarond can you make the variable public and make a PR