2
0
老九 3 жил өмнө
parent
commit
1f0e7dc456

+ 0 - 1
FastGithub.DomainResolve/DnsClient.cs

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