remove debug log
This commit is contained in:
parent
100f4fc5fb
commit
b3f0cf97e4
@ -211,7 +211,6 @@ export class Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lookupVariable(x: string, depth: number = 0): string | undefined {
|
lookupVariable(x: string, depth: number = 0): string | undefined {
|
||||||
console.log("looking up", x);
|
|
||||||
// We loop up options in PATHS in upper case, as option names
|
// We loop up options in PATHS in upper case, as option names
|
||||||
// are case insensitive
|
// are case insensitive
|
||||||
const val = (this.sectionMap["PATHS"] ?? {})[x.toUpperCase()];
|
const val = (this.sectionMap["PATHS"] ?? {})[x.toUpperCase()];
|
||||||
|
Loading…
Reference in New Issue
Block a user