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 4e80c29 commit d5c4c43Copy full SHA for d5c4c43
packages/schema/src/utils/ast-utils.ts
@@ -191,9 +191,6 @@ export function resolveImportUri(imp: ModelImport): URI | undefined {
191
? path.dirname(imp.$container.$document.uri.fsPath)
192
: process.cwd();
193
imp.path = findNodeModulesFile(imp.path, contextPath) ?? imp.path;
194
- if (imp.path) {
195
- console.log('Loaded import from:', imp.path);
196
- }
197
}
198
199
const dirUri = Utils.dirname(getDocument(imp).uri);
0 commit comments