Skip to content

Commit b38c203

Browse files
Cleanup
1 parent 35b6613 commit b38c203

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Certify.Server/Certify.Server.Core/Certify.Server.Core/WindowsBackgroundService.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
namespace Certify.Server.Core
22
{
3-
43
public class WindowsBackgroundService : BackgroundService
54
{
65
public WindowsBackgroundService(ILoggerFactory loggerFactory)
@@ -18,8 +17,6 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
1817

1918
while (!stoppingToken.IsCancellationRequested)
2019
{
21-
Logger.LogInformation("Service is doing background work.");
22-
2320
await Task.Delay(TimeSpan.FromSeconds(5), stoppingToken);
2421
}
2522

0 commit comments

Comments
 (0)