Skip to content

Commit fbb8fac

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Silence rate limiter enter playmode log
1 parent a1d378b commit fbb8fac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtime/Client/LootLockerServerRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ public static void Reset()
481481
[InitializeOnEnterPlayMode]
482482
static void OnEnterPlaymodeInEditor(EnterPlayModeOptions options)
483483
{
484-
LootLockerLogger.GetForLogLevel(LootLockerLogger.LogLevel.Verbose)("Reset RateLimiter due to entering play mode");
485484
Reset();
486485
}
487486
#endif

0 commit comments

Comments
 (0)