mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm unlikely exception catch
This commit is contained in:
parent
5e34720754
commit
e96badf1de
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue