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 47cd385 commit a06dbf8Copy full SHA for a06dbf8
src/common/config.ts
@@ -278,7 +278,6 @@ export function warnAboutDeprecatedCliArgs(
278
},
279
warn: (msg: string) => void
280
): void {
281
- console.log(args);
282
let usedDeprecatedArgument = false;
283
// the first position argument should be used
284
// instead of --connectionString, as it's how the mongosh works.
0 commit comments