Skip to content

Commit 1850676

Browse files
committed
update logs
1 parent 76e2a6f commit 1850676

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/common/atlas/apiClient.ts

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export class ApiClient {
9393
this.client.use(this.authMiddleware);
9494
}
9595
this.client.use(this.errorMiddleware);
96-
logger.info(mongoLogId(1_000_000), "api-client", `Initialized API client with credentials: ${this.hasCredentials()}`);
9796
}
9897

9998
public hasCredentials(): boolean {

src/session.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { NodeDriverServiceProvider } from "@mongosh/service-provider-node-driver";
22
import { ApiClient } from "./common/atlas/apiClient.js";
33
import config from "./config.js";
4-
import logger from "./logger.js";
5-
import { mongoLogId } from "mongodb-log-writer";
64
import { Implementation } from "@modelcontextprotocol/sdk/types.js";
75

86
export class Session {

0 commit comments

Comments
 (0)