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

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


The following commit(s) were added to refs/heads/DATALAB-2321 by this push:
     new b5f8a36  [DATALAB-2321]: removed unnecessary output
b5f8a36 is described below

commit b5f8a36279182fa2339029d46a3373a94316ea0a
Author: leonidfrolov <[email protected]>
AuthorDate: Tue May 18 10:19:28 2021 +0300

    [DATALAB-2321]: removed unnecessary output
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py 
b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
index 6f89c8b..38ebffc 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
@@ -131,7 +131,6 @@ def terminate_ssn_node(resource_group_name, 
service_base_name, vpc_name, region)
         if 'azure_edge_security_group_name' in os.environ:
             for rule in 
AzureMeta.list_security_group_rules(resource_group_name, 
os.environ['azure_edge_security_group_name']):
                 rule_name = str(rule)[str(rule).find("'name': '") + 9 : 
str(rule).find("', 'etag':")]
-                print(rule_name)
                 if service_base_name in rule_name:
                     
AzureActions.remove_security_rules(os.environ['azure_edge_security_group_name'],
                                                resource_group_name, rule_name)

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

Reply via email to