Skip to content

Commit 422c6a9

Browse files
committedDec 21, 2023
workaround for messy messy rebase
1 parent fcfc98b commit 422c6a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/cmap/connection.ts

-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import {
2424
MongoWriteConcernError
2525
} from '../error';
2626
import type { ServerApi, SupportedNodeConnectionOptions } from '../mongo_client';
27-
import { MongoLoggableComponent, type MongoLogger, SeverityLevel } from '../mongo_logger';
2827
import { type CancellationToken, TypedEventEmitter } from '../mongo_types';
2928
import type { ReadPreferenceLike } from '../read_preference';
3029
import { applySession, type ClientSession, updateSessionFromResponse } from '../sessions';
@@ -115,8 +114,6 @@ export interface ConnectionOptions
115114
socketTimeoutMS?: number;
116115
cancellationToken?: CancellationToken;
117116
metadata: ClientMetadata;
118-
/** @internal */
119-
mongoLogger?: MongoLogger | undefined;
120117
}
121118

122119
/** @internal */

0 commit comments

Comments
 (0)
Please sign in to comment.