mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
[bugfix-pem-validation] left a print statement in
This commit is contained in:
@@ -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
|
# The rest of the PEM data to process
|
||||||
data = match.group('next').lstrip()
|
data = match.group('next').lstrip()
|
||||||
print data
|
|
||||||
|
|
||||||
# Check PEM object type, check key type if private key.
|
# Check PEM object type, check key type if private key.
|
||||||
pem_obj_info = {}
|
pem_obj_info = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user