mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
[bugfix-pem-validation] left a print statement in
This commit is contained in:
parent
7d956a3b68
commit
6b5a6e9226
@ -68,7 +68,6 @@ def validate_pem(data, min_keys=0, max_keys=None, min_certs=0, max_certs=None):
|
||||
|
||||
# The rest of the PEM data to process
|
||||
data = match.group('next').lstrip()
|
||||
print data
|
||||
|
||||
# Check PEM object type, check key type if private key.
|
||||
pem_obj_info = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user