forked from LBRYCommunity/lbry-sdk
remove lost warning message
This commit is contained in:
parent
04a82d5c23
commit
906fea972e
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ class HeadersComponent(Component):
|
|||
|
||||
async def get_download_height(self):
|
||||
async with utils.aiohttp_request('HEAD', HEADERS_URL) as response:
|
||||
log.warning(response)
|
||||
return response.content_length // HEADER_SIZE
|
||||
|
||||
async def should_download_headers_from_s3(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue