Skip to content

Commit

Permalink
delete System.out.println() in test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehc committed Feb 16, 2016
1 parent 2f2e2ff commit e89afc9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public void testQuerySerialization() throws IOException
String json = jsonMapper.writeValueAsString(query);
Query serdeQuery = jsonMapper.readValue(json, Query.class);

System.out.println(json);

Assert.assertEquals(query, serdeQuery);
}

Expand Down

0 comments on commit e89afc9

Please sign in to comment.