Skip to content

Commit 76e2a6f

Browse files
committed
update
1 parent 5336e4a commit 76e2a6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tools/atlas/listProjects.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
22
import { AtlasToolBase } from "./atlasTool.js";
33
import { OperationType } from "../tool.js";
4-
import { mongoLogId } from "mongodb-log-writer";
5-
import logger from "../../logger.js";
64

75
export class ListProjectsTool extends AtlasToolBase {
86
protected name = "atlas-list-projects";
@@ -12,7 +10,6 @@ export class ListProjectsTool extends AtlasToolBase {
1210

1311
protected async execute(): Promise<CallToolResult> {
1412
this.session.ensureAuthenticated();
15-
logger.info(mongoLogId(1_000_000), "session", `Called ensureAuthenticated! `);
1613

1714
const data = await this.session.apiClient.listProjects();
1815

0 commit comments

Comments
 (0)