remove lost warning message

This commit is contained in:
Victor Shyba 2019-06-26 04:07:10 -03:00 committed by Lex Berezhny
parent 04a82d5c23
commit 906fea972e

View file

@ -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):