mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
chore: cleanup
This commit is contained in:
@ -20,7 +20,6 @@ export class ModuleNameResolver implements ModuleNameResolverType {
|
||||
let result: string = this._cache[key];
|
||||
if (result === undefined) {
|
||||
result = this.resolveModuleNameImpl(path, ext);
|
||||
console.log('resolveModuleName result:', result);
|
||||
this._cache[key] = result;
|
||||
}
|
||||
|
||||
|
@ -176,8 +176,6 @@ export function findMatch(path: string, ext: string, candidates: Array<string>,
|
||||
result = candidates[i];
|
||||
}
|
||||
}
|
||||
console.log(' > findMatch called with path:', path, 'and ext:', ext, 'candidates:', candidates, 'context:', context, '--- MATCH? result:', result);
|
||||
console.log('. ');
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user