Skip to content

Commit

Permalink
Remote system out
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Aug 18, 2024
1 parent b0aaf40 commit 8cc9658
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public static Traits parseTraits(String[] traits) {
config.put(traitKey, traitValueMap);
} else {
if (traitKey.endsWith("annotations")) {
System.out.println("annotations");
Map<String, String> map = new LinkedHashMap<>();
final String[] traitValueConfig = traitValue.toString().split("=", 2);
final String[] existingValueConfig = existingValue.toString().split("=", 2);
Expand Down

0 comments on commit 8cc9658

Please sign in to comment.