Change-Id: I7def95b3688877acbc9332cf4174c9d92226f2e2
Issue-ID: SDC-2953
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
         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;