This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
     new 6a63f18  [DATALAB-2409]: removed print
6a63f18 is described below

commit 6a63f186d2e3dcaab771f4c8f1818310e91b6586
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Oct 7 15:30:28 2021 +0300

    [DATALAB-2409]: removed print
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py 
b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index 8753e8e..c83d6c0 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -121,8 +121,6 @@ if __name__ == "__main__":
         if 'keycloak_client_secret' not in os.environ:
             os.environ['keycloak_client_secret'] = str(uuid.uuid4())
 
-        print('AWS SG ID: {}'.format(os.environ['aws_security_groups_ids']))
-
     except Exception as err:
         logging.error('Error: {0}'.format(err))
         datalab.fab.append_result("Failed to generate variables dictionary.", 
str(err))

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to