Skip to content

Commit 7c4f1ef

Browse files
committed
Update functions_to_optimize.py
1 parent d52ba06 commit 7c4f1ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/discovery/functions_to_optimize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ def filter_functions(
429429
disable_logs: bool = False, # noqa: FBT001, FBT002
430430
) -> tuple[dict[Path, list[FunctionToOptimize]], int]:
431431
blocklist_funcs = get_blocklisted_functions()
432+
logger.info(f"Blocklisted functions: {blocklist_funcs}")
432433
# Remove any function that we don't want to optimize
433434

434435
# Ignore files with submodule path, cache the submodule paths

0 commit comments

Comments
 (0)