From 2aab644fea372fc92665c0a09fc4d48053a506e6 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 25 Sep 2014 13:30:21 +0100 Subject: [PATCH] Cleaned printfs --- cpdfcommand.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index ffa01ab..0211655 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -448,8 +448,6 @@ let operation_allowed banlist = function | Some op -> flprint "checking...\n"; not (banned banlist op) let rec decrypt_if_necessary (a, b, c, user_pw, owner_pw) op pdf = - Printf.printf "decrypt_if_necessary: args.op is %s\n" - (match args.op with None -> "None" | Some _ -> "Some"); if not (Pdfcrypt.is_encrypted pdf) then pdf else match Pdfcrypt.decrypt_pdf_owner owner_pw pdf with | Some pdf -> pdf