Skip to content

Commit 7d42270

Browse files
author
salander85
committed
Delete redundant setValue call
1 parent 9c32a48 commit 7d42270

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/commercetools/sync/products/utils/AttributeUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public static JsonNode cleanupAttributeValue(
7777
entryIterator.remove();
7878
}
7979
}
80-
attribute.setValue(attributeValueAsJson);
8180
return attributeValueAsJson;
8281
}
8382

0 commit comments

Comments
 (0)