Skip to content

Commit

Permalink
Update smithy-model/src/test/java/software/amazon/smithy/model/loader…
Browse files Browse the repository at this point in the history
…/ValidationEventDecoratorTest.java

Co-authored-by: Kevin Stich <[email protected]>
  • Loading branch information
mtdowling and kstich committed Feb 8, 2024
1 parent 3e8a0a9 commit 9e67ec4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public Optional<Validator> createValidator(String name, ObjectNode configuration
static class TestValidationEventDecorator implements ValidationEventDecorator {
@Override
public boolean canDecorate(ValidationEvent ev) {
System.out.println(ev);
return ev.containsId(SHAPE_EVENT_ID);
}

Expand Down

0 comments on commit 9e67ec4

Please sign in to comment.