Skip to content

Commit 5fc3d50

Browse files
committed
refactor: remove console
1 parent 4012ee3 commit 5fc3d50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/di/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export function resolveComponent(target: { new (...args: []): any }) {
9696
resolveProviders,
9797
parent,
9898
)
99-
console.log(11111, injector)
10099
if (options?.globalStore) {
101100
// 如果作为全局的服务,则注入到根上面
102101
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion

0 commit comments

Comments
 (0)