Skip to content

Commit 1139eb6

Browse files
committed
Remove spurious info log message
1 parent 901760d commit 1139eb6

File tree

1 file changed

+0
-1
lines changed
  • driver-reactive-streams/src/main/com/mongodb/reactivestreams/client/internal/crypt

1 file changed

+0
-1
lines changed

driver-reactive-streams/src/main/com/mongodb/reactivestreams/client/internal/crypt/Crypt.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ private Mono<RawBsonDocument> executeStateMachine(final Supplier<MongoCryptConte
255255
private void executeStateMachineWithSink(final MongoCryptContext cryptContext, @Nullable final String databaseName,
256256
final MonoSink<RawBsonDocument> sink) {
257257
State state = cryptContext.getState();
258-
LOGGER.info("executeStateMachine: " + state);
259258
switch (state) {
260259
case NEED_MONGO_COLLINFO:
261260
collInfo(cryptContext, databaseName, sink);

0 commit comments

Comments
 (0)