rm unlikely exception catch

This commit is contained in:
Collin M. Barrett 2019-06-28 16:16:55 -05:00
parent 5e34720754
commit e96badf1de

View file

@ -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)