Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaDiachenko committed Nov 24, 2024
1 parent 3230fc6 commit f06d9d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/sdk-webos/src/deviceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ export const runWebosSimOrDevice = async () => {
const devicesResponse = await execCLI(CLI_WEBOS_ARES_DEVICE_INFO, '-D');

const devices = await parseDevices(c, devicesResponse);
console.log('devices', devices);
const activeDevices = devices.filter((d) => d.active);
console.log('activeDevices', activeDevices);
const target_name = devices.find((device) => {
return device.device.includes(target) || device.name.includes(target);
})?.name;
Expand Down

0 comments on commit f06d9d4

Please sign in to comment.