Remove unnecessary print call

master
Dan Howe 7 years ago
parent 8aaad2df40
commit 4b0ffa8c05

@ -109,7 +109,6 @@ def pdf_unlock(pdf_file, overwrite=False):
# Skip file if it is not encrypted # Skip file if it is not encrypted
if not isencrypted(pdf_file): if not isencrypted(pdf_file):
print('file skipped')
return return
# Get name of Ghostscript executable # Get name of Ghostscript executable

Loading…
Cancel
Save