Removed wrong logged warn

This commit is contained in:
Marcel Baumgartner
2023-07-02 20:44:29 +02:00
parent 1aab86a317
commit fe21668a2b

View File

@@ -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<Repository<StatisticsData>>();