删除加入cdn提示

pull/112/head
wenxianping 2019-01-07 22:54:46 +08:00
parent 37f20eda21
commit ac69e2c9e0
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class HTTPClient(object):
url_host = self._cdn
elif is_cdn:
if self._cdn:
print(u"当前请求cdn为{}".format(self._cdn))
# print(u"当前请求cdn为{}".format(self._cdn))
url_host = self._cdn
else:
url_host = urls["Host"]