mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-27 09:13:04 +01:00
Remove debug printing for release
This commit is contained in:
parent
9f851f38f8
commit
dd5aac3f48
@ -587,7 +587,7 @@ let jpeg_to_jpeg pdf ~pixel_threshold ~length_threshold ~percentage_threshold ~j
|
|||||||
let command =
|
let command =
|
||||||
Filename.quote_command path_to_convert ([out] @ scaling @ ["-quality"; string_of_float q ^ "%"; out2])
|
Filename.quote_command path_to_convert ([out] @ scaling @ ["-quality"; string_of_float q ^ "%"; out2])
|
||||||
in
|
in
|
||||||
Printf.printf "%S\n" command; Sys.command command
|
(*Printf.printf "%S\n" command;*) Sys.command command
|
||||||
in
|
in
|
||||||
if retcode = 0 then
|
if retcode = 0 then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user