Skip to content

Commit b5c1f49

Browse files
niklasgaCopilot
andauthored
Remove forgotten System.out.println()
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 86923b0 commit b5c1f49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

changesets-java/src/main/java/se/fortnox/changesets/DependencyUpdatesParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public List<String> parseDependencyChangeset(String change) {
2626
String nodeName = parsed.getFirstChild().getNodeName();
2727
if (!nodeName.equals("BulletList")) {
2828
LOG.warn("Unexpected node type {}", nodeName);
29-
System.out.println();
3029
return List.of();
3130
}
3231

0 commit comments

Comments
 (0)