Skip to content

Commit

Permalink
Delete print statement from unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
juangj committed Nov 29, 2017
1 parent 57fe003 commit 66b90f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ private List<Capabilities> getCapabilities(Map<String, Object> payload) {
try (NewSessionPayload newSessionPayload = NewSessionPayload.create(payload)) {
StringBuilder b = new StringBuilder();
newSessionPayload.writeTo(b);
System.out.println("b = " + b);
return newSessionPayload.stream().collect(ImmutableList.toImmutableList());
} catch (IOException e) {
throw new UncheckedIOException(e);
Expand Down

0 comments on commit 66b90f1

Please sign in to comment.