From 7408a791861c9ef3dc9ad128a27a72ebcdb16a4b Mon Sep 17 00:00:00 2001 From: John Whitington Date: Mon, 17 Jul 2023 16:39:41 +0100 Subject: [PATCH] more --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 9a825d6..75eba48 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -2103,7 +2103,7 @@ let setfont f = begin match args.op with Some Draw -> addop (Cpdfdraw.FontPack (f, embed_font (), null_hash ())) | _ -> () end let loadttf n = - Printf.printf "loadttf: %s\n" n; + (*Printf.printf "loadttf: %s\n" n;*) let name, filename = match String.split_on_char '=' n with | [name; filename] -> name, filename