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 f2eed49 commit faae37eCopy full SHA for faae37e
src/context.ts
@@ -83,7 +83,6 @@ export class Context {
83
return names
84
.map((name) => {
85
const info = this._componentNameMap[name]
86
- console.log('info', info, excludePaths)
87
if (info && !excludePaths.includes(info.path))
88
return info
89
return undefined
0 commit comments