summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ArtifactsBusinessLogic.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ArtifactsBusinessLogic.java b/catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ArtifactsBusinessLogic.java
index 103edd6497..3ec215db0b 100644
--- a/catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ArtifactsBusinessLogic.java
+++ b/catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ArtifactsBusinessLogic.java
@@ -2521,11 +2521,6 @@ public class ArtifactsBusinessLogic extends BaseBusinessLogic {
String prevArtifactId;
String currArtifactId = artifactId;
ArtifactDefinition artifactDefinition = artifactInfo;
- if (interfaceType != null && operationName != null) {
- BeEcompErrorManager.getInstance().logBeDaoSystemError(UPDATE_ARTIFACT);
- log.debug("Received both interface and operation for update artifact - something is wrong");
- throw new ByActionStatusComponentException(ActionStatus.GENERAL_ERROR);
- }
log.debug("Entry on graph is updated. Update artifact in ES");
// Changing previous and current artifactId for auditing
prevArtifactId = currArtifactId;