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

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

commit 047a34ede6f72350b45ad87b0b80e8a7e7cab490
Author: Denys Yankiv <[email protected]>
AuthorDate: Fri Aug 19 11:55:03 2022 +0300

    remove commented lines
---
 .../backendapi/service/impl/InfrastructureTemplateServiceImpl.java      | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/InfrastructureTemplateServiceImpl.java
 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/InfrastructureTemplateServiceImpl.java
index 53ea43e15..fd609d1f6 100644
--- 
a/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/InfrastructureTemplateServiceImpl.java
+++ 
b/services/self-service/src/main/java/com/epam/datalab/backendapi/service/impl/InfrastructureTemplateServiceImpl.java
@@ -147,8 +147,6 @@ public class InfrastructureTemplateServiceImpl implements 
InfrastructureTemplate
                                 
.minHdinsightInstanceCount(configuration.getMinHDInsightInstanceCount())
                                 
.maxHdinsightInstanceCount(configuration.getMaxHDInsightInstanceCount())
                                 .build());
-//                log.error("Dataengine service is not supported currently for 
{}", AZURE);
-//                throw new UnsupportedOperationException("Dataengine service 
is not supported currently for " + AZURE);
             default:
                 throw new UnsupportedOperationException("Dataengine service is 
not supported currently for " + cloudProvider);
         }


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

Reply via email to