Skip to content

Commit

Permalink
removing needless println
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 20, 2020
1 parent b9300bd commit fc38672
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1649,7 +1649,6 @@ public void keepPaths(List<? extends ItemPath> keep) throws SchemaException {
ItemPath itemPath = item.getPath().removeIds();
if (!ItemPathCollectionsUtil.containsSuperpathOrEquivalent(keep, itemPath)
&& !ItemPathCollectionsUtil.containsSubpathOrEquivalent(keep, itemPath)) {
System.out.println("Removing " + itemPath + " because not in " + keep);
removeItem(ItemName.fromQName(itemName), Item.class);
} else {
if (item instanceof PrismContainer) {
Expand Down

0 comments on commit fc38672

Please sign in to comment.