Skip to content

Commit 652115d

Browse files
committed
fix: remove error log raised exceptions, as if caught they are expected, if not caught the program will crash anyway
1 parent 1014825 commit 652115d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mldaikon/instrumentor/tracer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ def find_proxy_in_args(args):
300300
"obj_id": None if not is_bound_method else id(args[0]),
301301
},
302302
)
303-
logger.error(f"Error in {original_function_name}: {type(e)} {e}")
304303

305304
if COLLECT_OVERHEAD_METRICS:
306305
EXIT_PERF_TIME = time.perf_counter()

0 commit comments

Comments
 (0)