Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
redundent log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Nov 20, 2023
1 parent 31a4220 commit 8e29d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DlMirrorSync/SyncService.cs
Expand Up @@ -30,7 +30,6 @@ public async Task SyncSubscriptions(CancellationToken stoppingToken)
_logger.LogInformation("Fetching subscriptions...");
var subscriptions = await _dataLayer.Subscriptions(stoppingToken);

_logger.LogInformation("Fetching latest mirrors list...");
await foreach (var id in _mirrorService.FetchLatest(stoppingToken))
{
if (!subscriptions.Contains(id))
Expand Down

0 comments on commit 8e29d5b

Please sign in to comment.