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/04/22 12:28:11 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: removed some prints

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

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


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new 88d50ff  [DATALAB-2091]: removed some prints
88d50ff is described below

commit 88d50ff300791ea7cb13a85a3fb788519bf3ef3b
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Apr 22 15:27:59 2021 +0300

    [DATALAB-2091]: removed some prints
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
index f7b94ff..38040b6 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
@@ -40,11 +40,8 @@ if __name__ == "__main__":
                         level=logging.DEBUG,
                         filename=local_log_filepath)
     try:
-        print('Step 1')
         AzureMeta = datalab.meta_lib.AzureMeta()
-        print('Step 2')
         AzureActions = datalab.actions_lib.AzureActions()
-        print('Step 3')
         ssn_conf = dict()
         ssn_conf['instance'] = 'ssn'
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org