From 2cfafa0681a1d691ca3857e2d8e16b8382a90e85 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 20 Sep 2024 14:24:47 +0100 Subject: [PATCH] typo --- cpdfdraw.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/cpdfdraw.ml b/cpdfdraw.ml index de3603f..d3712dd 100644 --- a/cpdfdraw.ml +++ b/cpdfdraw.ml @@ -267,7 +267,6 @@ let structdata = ref [] (* TODO: Use Uuseg for proper unicode segmentation. *) let format_paragraph indent j w s = - Printf.printf "indent = %f\n" indent; let ss = String.split_on_char ' ' s in let rs_and_widths = ref (map runs_of_utf8 ss) in let space_runs, space_width = runs_of_utf8 " " in