Skip to content

Commit 4230910

Browse files
committed
[Seedpool] refactor
1 parent bdf79ac commit 4230910

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/seedpool.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ let make llctx node_tbl (distmap : float Coverage.DistanceTable.t) =
409409
| Ok llm when check_llm_for_mutation llm ->
410410
let cov = lines |> List.map int_of_string in
411411
let llm = add_dummy_params llm in
412-
L.debug "filtered seeds: %s" (ALlvm.string_of_llmodule llm);
413412
seed_count := !seed_count + 1;
414413
L.debug "seed count: %d" !seed_count;
415414
Some (path, llm, cov)

0 commit comments

Comments
 (0)