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 52a7505 [DATALAB-2410]: removed unnecessary args print
52a7505 is described below
commit 52a7505d8622b37731dfbff0e0cc494cd9e0de41
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 10 17:32:49 2021 +0300
[DATALAB-2410]: removed unnecessary args print
---
infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index c6e5dc7..f1fa65a 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -1122,7 +1122,6 @@ def start_deploy():
print("Start provisioning of Endpoint.")
time.sleep(40)
- print(args)
logging.info("Creating datalab-user")
create_user()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]