Skip to content

Commit c87c426

Browse files
committed
remove debug printing
1 parent 245b610 commit c87c426

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/KaSa_rep/main/KaSaUtil.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ module KaSaUtil (Export_to_KaSa : Export_to_KaSa.Type) = struct
22
let print_backdoor_timing parameters start_time =
33
let end_time = Sys.time () in
44
let cpu_time = end_time -. start_time in
5-
let () =
6-
print_endline ("PRINTING LOGGER BACKDOOR 1: " ^ string_of_float cpu_time)
7-
in
85
let () =
96
if cpu_time <= 1. then
107
Loggers.fprintf

0 commit comments

Comments
 (0)