Skip to content

Commit d5c4c43

Browse files
Cleanup debug log
Just removing a debug logging statement left in the last release. Thank you!
1 parent 4e80c29 commit d5c4c43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/schema/src/utils/ast-utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@ export function resolveImportUri(imp: ModelImport): URI | undefined {
191191
? path.dirname(imp.$container.$document.uri.fsPath)
192192
: process.cwd();
193193
imp.path = findNodeModulesFile(imp.path, contextPath) ?? imp.path;
194-
if (imp.path) {
195-
console.log('Loaded import from:', imp.path);
196-
}
197194
}
198195

199196
const dirUri = Utils.dirname(getDocument(imp).uri);

0 commit comments

Comments
 (0)