Skip to content

Commit

Permalink
Merge pull request #44 from team-telnyx/WEBRTC-636
Browse files Browse the repository at this point in the history
[WEBRTC-636] Remove BuildConfig check when setting log level
  • Loading branch information
Oliver-Zimmerman authored Jul 26, 2021
2 parents 38990c8 + 5cbcbc3 commit 67a96b2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,7 @@ class TelnyxClient(
*/
private fun setSDKLogLevel(logLevel: LogLevel) {
Timber.uprootAll()
if (BuildConfig.DEBUG) {
Timber.plant(TelnyxLoggingTree(logLevel))
}
Timber.plant(TelnyxLoggingTree(logLevel))
}

/**
Expand Down

0 comments on commit 67a96b2

Please sign in to comment.