We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baeecc8 commit 1b1e0f3Copy full SHA for 1b1e0f3
1 file changed
Boxes/boxes.ml
@@ -131,9 +131,9 @@ let modulo x y =
131
else result + y
132
133
let split_raw_into_boxes ?(fill_last=false) raw =
134
- Format.printf "Data:@." ;
+ (* Format.printf "Data:@." ;
135
raw |> List.iter (fun x -> Format.printf "%02X " x) ;
136
- Format.printf "@." ;
+ Format.printf "@." ; *)
137
let rec split finished current codes i =
138
match codes with
139
| [] when i = 0 -> finished
0 commit comments