Skip to content

Commit 1b1e0f3

Browse files
committed
comment debug info
1 parent baeecc8 commit 1b1e0f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Boxes/boxes.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ let modulo x y =
131131
else result + y
132132

133133
let split_raw_into_boxes ?(fill_last=false) raw =
134-
Format.printf "Data:@." ;
134+
(* Format.printf "Data:@." ;
135135
raw |> List.iter (fun x -> Format.printf "%02X " x) ;
136-
Format.printf "@." ;
136+
Format.printf "@." ; *)
137137
let rec split finished current codes i =
138138
match codes with
139139
| [] when i = 0 -> finished

0 commit comments

Comments
 (0)