Skip to content

Commit faae37e

Browse files
committed
chore: remove console.log
1 parent f2eed49 commit faae37e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/context.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export class Context {
8383
return names
8484
.map((name) => {
8585
const info = this._componentNameMap[name]
86-
console.log('info', info, excludePaths)
8786
if (info && !excludePaths.includes(info.path))
8887
return info
8988
return undefined

0 commit comments

Comments
 (0)