File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/Packages/Passport/Runtime/Scripts/Public Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,6 @@ public static LogLevel LogLevel
6565 {
6666 _logLevel = value ;
6767 PassportLogger . CurrentLogLevel = _logLevel ;
68-
69- #if ! IMMUTABLE_CUSTOM_BROWSER && ( UNITY_STANDALONE_WIN || ( UNITY_ANDROID && UNITY_EDITOR_WIN ) || ( UNITY_IPHONE && UNITY_EDITOR_WIN ) )
70- SetDefaultWindowsBrowserLogLevel ( ) ;
71- #endif
7268 }
7369 }
7470
@@ -94,10 +90,6 @@ public static bool RedactTokensInLogs
9490 {
9591 _redactTokensInLogs = value ;
9692 PassportLogger . RedactionHandler = value ? RedactTokenValues : null ;
97-
98- #if ! IMMUTABLE_CUSTOM_BROWSER && ( UNITY_STANDALONE_WIN || ( UNITY_ANDROID && UNITY_EDITOR_WIN ) || ( UNITY_IPHONE && UNITY_EDITOR_WIN ) )
99- SetWindowsRedactionHandler ( ) ;
100- #endif
10193 }
10294 }
10395
You can’t perform that action at this time.
0 commit comments