Skip to content

Commit 07760c8

Browse files
passport.cs
1 parent de3151d commit 07760c8

File tree

1 file changed

+0
-8
lines changed
  • src/Packages/Passport/Runtime/Scripts/Public

1 file changed

+0
-8
lines changed

src/Packages/Passport/Runtime/Scripts/Public/Passport.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)