取消超时日志

This commit is contained in:
老九 2021-11-19 21:01:03 +08:00
parent 952ec5542f
commit 1f0e7dc456

View File

@ -128,7 +128,6 @@ namespace FastGithub.DomainResolve
} }
catch (OperationCanceledException) catch (OperationCanceledException)
{ {
this.logger.LogWarning($"{endPoint.Host}@{dns}:请求超时。");
return Array.Empty<IPAddress>(); return Array.Empty<IPAddress>();
} }
catch (Exception ex) catch (Exception ex)