You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/10/07 12:31:03 UTC

[incubator-datalab] branch DATALAB-2409 updated: [DATALAB-2409]: removed print

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 <fr...@gmail.com>
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: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org