Skip to content

Commit 08eb04c

Browse files
removed debug log
1 parent e38743f commit 08eb04c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/atlasLocal.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { Client } from "@mongodb-js/atlas-local";
33
export type AtlasLocalClientFactoryFn = () => Promise<Client | undefined>;
44

55
export const defaultCreateAtlasLocalClient: AtlasLocalClientFactoryFn = async () => {
6-
console.log("defaultCreateAtlasLocalClient");
76
try {
87
// Import Atlas Local client asyncronously
98
// This will fail on unsupported platforms

0 commit comments

Comments
 (0)