mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-23 11:16:42 +00:00
removed unused logger
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
d8be8888ef
commit
813444408e
@ -1,4 +1,4 @@
|
||||
import { injectable, inject, named } from '@theia/core/shared/inversify';
|
||||
import { injectable, inject } from '@theia/core/shared/inversify';
|
||||
import { ILogger } from '@theia/core/lib/common/logger';
|
||||
import { notEmpty } from '@theia/core/lib/common/objects';
|
||||
import {
|
||||
@ -50,10 +50,6 @@ export class BoardsServiceImpl
|
||||
@inject(ILogger)
|
||||
protected logger: ILogger;
|
||||
|
||||
@inject(ILogger)
|
||||
@named('discovery')
|
||||
protected discoveryLogger: ILogger;
|
||||
|
||||
@inject(ResponseService)
|
||||
protected readonly responseService: ResponseService;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user