Skip to content

Commit a0876f3

Browse files
analysis: remove excessive logging for kernel coverage (#1808)
1 parent 5924aea commit a0876f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fuzz_introspector/analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ def get_node_coverage_hitcount(demangled_name: str, callstack: Dict[int, str],
310310
if profile.target_lang == "c-cpp":
311311
if profile.coverage.get_type() == 'kernel':
312312
# Handle coverage
313-
logger.info('Handling kernel cov')
314313
return profile.coverage.get_kernel_hitcount(node)
315314
else:
316315
coverage_data = profile.coverage.get_hit_details(

0 commit comments

Comments
 (0)