Skip to content

Commit 7dc030c

Browse files
committed
Merge branch 'release/9.1.3'
2 parents a45d463 + bd29caa commit 7dc030c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

mongodb-lens.js

-1
Original file line numberDiff line numberDiff line change
@@ -5718,7 +5718,6 @@ const parseEnvValue = (value, defaultValue, path) => {
57185718
if (path === 'logLevel') {
57195719
const validLogLevels = ['info', 'verbose']
57205720
const cleanLogLevel = normalizedValue.toLowerCase()
5721-
console.log({ validLogLevels, cleanLogLevel })
57225721
if (!validLogLevels.includes(cleanLogLevel)) {
57235722
throw new Error(`Config [${path}] is invalid: ${value}`)
57245723
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-lens",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"author": "James Furey (https://about.me/jamesfurey)",
55
"description": "MongoDB Lens: Full Featured MCP Server for MongoDB Databases",
66
"license": "MIT",

0 commit comments

Comments
 (0)