mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-26 16:55:21 +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 =
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user