From 8e29d5b7c3b615e5b8258054a6f4943c2583bdd9 Mon Sep 17 00:00:00 2001 From: Don Kackman Date: Sun, 19 Nov 2023 20:06:42 -0600 Subject: [PATCH] redundent log message --- DlMirrorSync/SyncService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DlMirrorSync/SyncService.cs b/DlMirrorSync/SyncService.cs index 1a48ff7..b891afa 100644 --- a/DlMirrorSync/SyncService.cs +++ b/DlMirrorSync/SyncService.cs @@ -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))