Skip to content

Commit

Permalink
chore: delete unused electron-debug and electron-devtools-installer (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb authored Dec 15, 2024
1 parent 79ca8f4 commit 5e78627
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 177 deletions.
151 changes: 0 additions & 151 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@types/command-line-args": "5.2.3",
"@types/command-line-usage": "5.0.4",
"@types/decompress": "4.2.7",
"@types/electron-devtools-installer": "2.0.2",
"@types/file-saver": "2.0.7",
"@types/jasmine": "5.1.4",
"@types/lodash": "4.17.10",
Expand All @@ -40,8 +39,6 @@
"desm": "1.3.0",
"electron": "33.2.0",
"electron-builder": "25.1.8",
"electron-debug": "1.5.0",
"electron-devtools-installer": "2.2.3",
"electron-log": "4.4.8",
"electron-settings": "4.0.4",
"electron-updater": "6.3.9",
Expand Down
20 changes: 0 additions & 20 deletions packages/uhk-agent/src/dev-extension.ts

This file was deleted.

4 changes: 1 addition & 3 deletions packages/uhk-agent/src/electron-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ systemPreferences.getAnimationSettings().prefersReducedMotion = false;
import * as path from 'path';
import * as url from 'url';
import { UhkHidDevice, UhkOperations } from 'uhk-usb';
// import { ElectronDataStorageRepositoryService } from './services/electron-datastorage-repository.service';

import { getLogOptions } from 'uhk-common';
import { DeviceService } from './services/device.service';
import { ElectronLogService } from './services/logger.service';
Expand All @@ -26,8 +26,6 @@ import { setMenu } from './electron-menu';
import { printUsbDevices } from './util';
import { loadWindowState, saveWindowState } from './util/window';
import { getWindowBackgroundColor, options, cliUsage, reenumerateAndExit } from './util';
// import './dev-extension';
// require('electron-debug')({ showDevTools: true, enabled: true });

if (options.help) {
console.log(cliUsage);
Expand Down

0 comments on commit 5e78627

Please sign in to comment.