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
commit 372b6da45e668ff488d077e216ceb0fc86b5c999 Author: leonidfrolov <[email protected]> AuthorDate: Fri Oct 15 10:59:22 2021 +0300 [DATALAB-2409]: removed logging duplicate --- infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py index 42a5799..8862b0d 100644 --- a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py +++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py @@ -41,7 +41,6 @@ if __name__ == "__main__": ssn_conf['instance'] = 'ssn' logging.info('[DERIVING NAMES]') - logging.info('[DERIVING NAMES]') # Verify vpc deployment if os.environ['conf_network_type'] == 'private' and not os.environ.get('azure_vpc_name') \ and not os.environ.get('azure_source_vpc_name'): --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
