diff --git a/src/FilterLists.Agent/ListArchiver/DownloadList.cs b/src/FilterLists.Agent/ListArchiver/DownloadList.cs index cb3a65047..ad17312c5 100644 --- a/src/FilterLists.Agent/ListArchiver/DownloadList.cs +++ b/src/FilterLists.Agent/ListArchiver/DownloadList.cs @@ -76,11 +76,6 @@ protected override async Task Handle(Command request, CancellationToken cancella _logger.LogWarning( $"File extension not supported for list {request.ListInfo.Id} from {request.ListInfo.ViewUrl}."); } - catch (ArgumentException ex) - { - _logger.LogError(ex, - $"Could not determine the file extension for list {request.ListInfo.Id} from {request.ListInfo.ViewUrl}."); - } } private async Task DownloadByFileExtension(Command request, CancellationToken cancellationToken)