From dd5aac3f48ea0aec37448d624a9a20f70908ea54 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Mon, 9 Dec 2024 16:55:40 +0000 Subject: [PATCH] Remove debug printing for release --- cpdfimage.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfimage.ml b/cpdfimage.ml index 44c9e84..75effde 100644 --- a/cpdfimage.ml +++ b/cpdfimage.ml @@ -587,7 +587,7 @@ let jpeg_to_jpeg pdf ~pixel_threshold ~length_threshold ~percentage_threshold ~j let command = Filename.quote_command path_to_convert ([out] @ scaling @ ["-quality"; string_of_float q ^ "%"; out2]) in - Printf.printf "%S\n" command; Sys.command command + (*Printf.printf "%S\n" command;*) Sys.command command in if retcode = 0 then begin