Skip to content

Commit

Permalink
Remove sysout debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 22, 2019
1 parent 714baaf commit 63fc629
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public void shouldSurviveASerializationRoundTrip() {
.addCommandSwitches("--cake");

String json = new Json().toJson(options);
System.out.println("json = " + json);
Capabilities capabilities = new Json().toType(json, Capabilities.class);

assertThat(capabilities).isEqualTo(options);
Expand Down

0 comments on commit 63fc629

Please sign in to comment.