Skip to content

Commit 5a5fb20

Browse files
committed
Update functions_to_optimize.py
1 parent 77cb2fa commit 5a5fb20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeflash/discovery/functions_to_optimize.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ def filter_functions(
478478
if blocklist_funcs:
479479
functions_tmp = []
480480
for function in _functions:
481+
logger.info(function.file_path.name)
482+
logger.info(function.qualified_name)
481483
if not (
482484
function.file_path.name in blocklist_funcs
483485
and function.qualified_name in blocklist_funcs[function.file_path.name]

0 commit comments

Comments
 (0)