Skip to content

Commit ac854c9

Browse files
committed
style(resolveConfig): remove commented out variable
1 parent 9b9f327 commit ac854c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mongodb-memory-server-core/src/util/resolveConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export function setDefaultValue(key: ResolveConfigVariables, value: string): voi
6060
defaultValues.set(key, value);
6161
}
6262

63-
// let packageJsonConfig: Record<string, string> = {};
6463
/** Cache the found package.json file */
6564
let packagejson: PackageJSON | undefined = undefined;
6665
/**

0 commit comments

Comments
 (0)