Skip to content

Commit 3cb6cb0

Browse files
committed
remove a debugging print
1 parent 5beaebc commit 3cb6cb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/discovery/functions_to_optimize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ def get_all_replay_test_functions(
289289
file_path_parts = module_path_parts
290290
file_path = Path(project_root_path, *file_path_parts).with_suffix(".py")
291291
if not file_path.exists():
292-
print(f"{file_path} does not exist")
293292
continue
294293
file_to_functions_map[file_path].append((function, function_name, class_name))
295294
for file_path, functions in file_to_functions_map.items():

0 commit comments

Comments
 (0)