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/06/10 13:54:37 UTC

[incubator-datalab] branch DATALAB-2410 updated: [DATALAB-2410]: removed unnecessary output

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

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


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

commit e6f2af80d41b11861f290e71c79ea80001f12553
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Jun 10 16:54:26 2021 +0300

    [DATALAB-2410]: removed unnecessary output
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 1d3ac18..68ce0c9 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -1106,8 +1106,6 @@ def close_connection():
 def start_deploy():
     global args
     init_args()
-    print('==========1')
-    print(args)
     if args.hostname == "":
         args.hostname = args.endpoint_eip_address
     endpoint_keystore_password = id_generator()

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