Removed wrong logged warn
This commit is contained in:
@@ -36,8 +36,6 @@ public class StatisticsCaptureService
|
|||||||
{
|
{
|
||||||
while (await Timer.WaitForNextTickAsync())
|
while (await Timer.WaitForNextTickAsync())
|
||||||
{
|
{
|
||||||
Logger.Warn("Creating statistics");
|
|
||||||
|
|
||||||
using var scope = ServiceScopeFactory.CreateScope();
|
using var scope = ServiceScopeFactory.CreateScope();
|
||||||
|
|
||||||
var statisticsRepo = scope.ServiceProvider.GetRequiredService<Repository<StatisticsData>>();
|
var statisticsRepo = scope.ServiceProvider.GetRequiredService<Repository<StatisticsData>>();
|
||||||
|
|||||||
Reference in New Issue
Block a user