Skip to content

Commit 9eca588

Browse files
committed
Remove println
1 parent 342b695 commit 9eca588

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

integration-tests/src/test/java/com/datastax/oss/driver/api/core/specex/SpeculativeExecutionIT.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,13 +436,6 @@ private CqlSession buildSessionWithProfile(
436436
: NoSpeculativeExecutionPolicy.class;
437437
assertThat(policy1).isInstanceOf(expectedProfile1PolicyClass);
438438

439-
System.out.println(
440-
session
441-
.getContext()
442-
.getConfig()
443-
.getProfile("profile1")
444-
.getString(DefaultDriverOption.LOAD_BALANCING_POLICY_CLASS));
445-
446439
return session;
447440
}
448441

0 commit comments

Comments
 (0)