From 2c9df6ce6eea2af4a979b5b7af8d1d3145503e5b Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 11 Sep 2014 14:09:55 +0100 Subject: [PATCH] Initial squeeze functionality finished --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index fc116d9..256a0d7 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1781,7 +1781,7 @@ let squeeze pdf = (fun x -> length x > 1) (collate (pdfobjeq pdf) (sort (pdfobjeq pdf) !objs)) in - Printf.printf "Found %i pools of duplicate objects to coalesce\n" (length toprocess); + (*Printf.printf "Found %i pools of duplicate objects to coalesce\n" (length toprocess);*) (*List.iter (fun x -> Printf.printf "\n\nPool: "; List.iter (Printf.printf "%i ") x) toprocess;*)