mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove unnecessary id
Signed-off-by: Sami Tiilikainen <97873007+samitiilikainen@users.noreply.github.com>
This commit is contained in:
parent
6b38d0f92b
commit
a9cd2e1bec
@ -13,7 +13,6 @@ const stopIpcLoggingInjectable = getInjectable({
|
|||||||
const ipcFileLogger = di.inject(ipcFileLoggerInjectable);
|
const ipcFileLogger = di.inject(ipcFileLoggerInjectable);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: "stop-ipc-logging",
|
|
||||||
run: () => {
|
run: () => {
|
||||||
ipcFileLogger.closeAll();
|
ipcFileLogger.closeAll();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user