Skip to content

Commit

Permalink
Allow removing privacy redaction even for RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Mar 6, 2023
1 parent 43c8e90 commit d751046
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ extension String {
return self
}

#if DEBUG
if GliderSDK.shared.disablePrivacyRedaction {
return String(describing: self)
}
#endif

switch privacy {
case .public:
Expand Down

0 comments on commit d751046

Please sign in to comment.