diff --git a/Moonlight/App/Services/Statistics/StatisticsCaptureService.cs b/Moonlight/App/Services/Statistics/StatisticsCaptureService.cs index 39f341e9..28333f48 100644 --- a/Moonlight/App/Services/Statistics/StatisticsCaptureService.cs +++ b/Moonlight/App/Services/Statistics/StatisticsCaptureService.cs @@ -36,8 +36,6 @@ public class StatisticsCaptureService { while (await Timer.WaitForNextTickAsync()) { - Logger.Warn("Creating statistics"); - using var scope = ServiceScopeFactory.CreateScope(); var statisticsRepo = scope.ServiceProvider.GetRequiredService>();