From ed6bbf439d1e73010e90fe5c9e23f518331bb23b Mon Sep 17 00:00:00 2001 From: datawhores Date: Sun, 1 Oct 2023 18:05:33 -0500 Subject: [PATCH] remove test logs on main branch --- ofscraper/utils/downloadbatch.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ofscraper/utils/downloadbatch.py b/ofscraper/utils/downloadbatch.py index dec3c7fe0..e7b915a0f 100644 --- a/ofscraper/utils/downloadbatch.py +++ b/ofscraper/utils/downloadbatch.py @@ -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