Remove dead code
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / impl / ServiceImportParseLogic.java
index 935a5d6..cf70d39 100644 (file)
@@ -1358,7 +1358,6 @@ public class ServiceImportParseLogic {
         if (object != null) {
             List<String> artifactTypes = (List<String>) object;
             if (!artifactTypes.contains(resource.getResourceType().name())) {
-                shouldCreateArtifact = false;
                 return;
             }
         } else {