We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38743f commit 08eb04cCopy full SHA for 08eb04c
src/common/atlasLocal.ts
@@ -3,7 +3,6 @@ import type { Client } from "@mongodb-js/atlas-local";
3
export type AtlasLocalClientFactoryFn = () => Promise<Client | undefined>;
4
5
export const defaultCreateAtlasLocalClient: AtlasLocalClientFactoryFn = async () => {
6
- console.log("defaultCreateAtlasLocalClient");
7
try {
8
// Import Atlas Local client asyncronously
9
// This will fail on unsupported platforms
0 commit comments