Skip to content

Commit 66b90f1

Browse files
committed
Delete print statement from unit test.
1 parent 57fe003 commit 66b90f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/server/test/org/openqa/selenium/remote/server/SyntheticNewSessionPayloadTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ private List<Capabilities> getCapabilities(Map<String, Object> payload) {
165165
try (NewSessionPayload newSessionPayload = NewSessionPayload.create(payload)) {
166166
StringBuilder b = new StringBuilder();
167167
newSessionPayload.writeTo(b);
168-
System.out.println("b = " + b);
169168
return newSessionPayload.stream().collect(ImmutableList.toImmutableList());
170169
} catch (IOException e) {
171170
throw new UncheckedIOException(e);

0 commit comments

Comments
 (0)