Skip to content

Commit

Permalink
Remove the print
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Nov 12, 2024
1 parent dfbbb59 commit d0e6f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ public void setResourceUsage(final ResourceUsage resourceUsage) {
*/
@JsonAnySetter
public void set(final String name, final Object value) {
System.err.println("Ignoring unknown property: " + name + " = " + value);
// Ignore any other values
}
}

0 comments on commit d0e6f6d

Please sign in to comment.