Skip to content

Commit

Permalink
Remove useless sout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Apr 24, 2020
1 parent 7818649 commit 7d1abd8
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -39,7 +39,6 @@ void testSerialisationDeserialisation()
final String json = jsonObjectMapper.writeValueAsString(expected);
final JSONCommentCreateRequest deserialisedRequest = jsonObjectMapper.readValue(json);
assertThat(deserialisedRequest).isEqualToIgnoringGivenFields(expected);
System.out.println(deserialisedRequest);
}

}

0 comments on commit 7d1abd8

Please sign in to comment.