浏览代码

取消超时日志

老九 3 年之前
父节点
当前提交
1f0e7dc456
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      FastGithub.DomainResolve/DnsClient.cs

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