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 901760d commit 1139eb6Copy full SHA for 1139eb6
driver-reactive-streams/src/main/com/mongodb/reactivestreams/client/internal/crypt/Crypt.java
@@ -255,7 +255,6 @@ private Mono<RawBsonDocument> executeStateMachine(final Supplier<MongoCryptConte
255
private void executeStateMachineWithSink(final MongoCryptContext cryptContext, @Nullable final String databaseName,
256
final MonoSink<RawBsonDocument> sink) {
257
State state = cryptContext.getState();
258
- LOGGER.info("executeStateMachine: " + state);
259
switch (state) {
260
case NEED_MONGO_COLLINFO:
261
collInfo(cryptContext, databaseName, sink);
0 commit comments