Skip to content

Commit

Permalink
remove test logs on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Oct 1, 2023
1 parent 330cef9 commit ed6bbf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ofscraper/utils/downloadbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,6 @@ async def inner(c,ele,path,username,model_id,total):

fileobject= await aiofiles.open(temp, 'ab').__aenter__()
log.debug(f"{pid_log_helper()}: Open Files -> {list(map(lambda x:(x.path,x.fd),psutil.Process().open_files()))}")
log.debug(f" Number of open files across all processes-> {len(system.getOpenFiles(unique=False))}")
log.debug(f" Number of unique open files across all processes-> {len(system.getOpenFiles())}")
log.debug(f"Unique Files Data across all processes -> {list(map(lambda x:(x.path,x.fd),(system.getOpenFiles())))}" )

async for chunk in r.iter_chunked(constants.maxChunkSizeB):
count=count+1
Expand Down

0 comments on commit ed6bbf4

Please sign in to comment.