Skip to content

Commit

Permalink
Remove spurious info log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Nov 9, 2022
1 parent 901760d commit 1139eb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ private Mono<RawBsonDocument> executeStateMachine(final Supplier<MongoCryptConte
private void executeStateMachineWithSink(final MongoCryptContext cryptContext, @Nullable final String databaseName,
final MonoSink<RawBsonDocument> sink) {
State state = cryptContext.getState();
LOGGER.info("executeStateMachine: " + state);
switch (state) {
case NEED_MONGO_COLLINFO:
collInfo(cryptContext, databaseName, sink);
Expand Down

0 comments on commit 1139eb6

Please sign in to comment.