From 45a51414d1e005f6832570eb80c29d7a2023c355 Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 17 Oct 2017 12:16:16 +0530 Subject: Removed unWanted method IssueId: SO-222 Change-Id: I03b66e901b57ce68c0685c054c4744a2726c1c42 Signed-off-by: seshukm --- .../scripts/CreateCustomE2EServiceInstance.groovy | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy index 8ada19c1f0..18dbbea573 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy @@ -338,14 +338,4 @@ public class CreateCustomE2EServiceInstance extends AbstractServiceTaskProcessor utils.log("DEBUG", "======== COMPLETED prepareInitServiceOperationStatus Process ======== ", isDebugEnabled) } - /** - * send a request to SDNC - */ - public void sendSdncSvc(Execution execution) - { - def isDebugEnabled = execution.getVariable("isDebugLogEnabled") - utils.log("DEBUG", "======== sendSdncSvc Process ======== ", isDebugEnabled) - //TODO - } - } \ No newline at end of file -- cgit 1.2.3-korg