We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342b695 commit 9eca588Copy full SHA for 9eca588
integration-tests/src/test/java/com/datastax/oss/driver/api/core/specex/SpeculativeExecutionIT.java
@@ -436,13 +436,6 @@ private CqlSession buildSessionWithProfile(
436
: NoSpeculativeExecutionPolicy.class;
437
assertThat(policy1).isInstanceOf(expectedProfile1PolicyClass);
438
439
- System.out.println(
440
- session
441
- .getContext()
442
- .getConfig()
443
- .getProfile("profile1")
444
- .getString(DefaultDriverOption.LOAD_BALANCING_POLICY_CLASS));
445
-
446
return session;
447
}
448
0 commit comments