We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8be888 commit 8134444Copy full SHA for 8134444
arduino-ide-extension/src/node/boards-service-impl.ts
@@ -1,4 +1,4 @@
1
-import { injectable, inject, named } from '@theia/core/shared/inversify';
+import { injectable, inject } from '@theia/core/shared/inversify';
2
import { ILogger } from '@theia/core/lib/common/logger';
3
import { notEmpty } from '@theia/core/lib/common/objects';
4
import {
@@ -50,10 +50,6 @@ export class BoardsServiceImpl
50
@inject(ILogger)
51
protected logger: ILogger;
52
53
- @inject(ILogger)
54
- @named('discovery')
55
- protected discoveryLogger: ILogger;
56
-
57
@inject(ResponseService)
58
protected readonly responseService: ResponseService;
59
0 commit comments