Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicioslc committed Jan 19, 2020
1 parent 7209b8b commit 3a0541d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/adb-manager/device-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ import { IConsoleInterface } from '../console-interface/iconsole-interface'
import adbCommands from './adb-commands'

export class DeviceHelpers {
static getDeviceManufacturer(
ConsoleInstance: IConsoleInterface,
ipAddress: string
): string {
return ConsoleInstance.execConsoleSync(
adbCommands.GET_DEVICE_MODEL(ipAddress)
).toString()
}

static getDeviceModel(
ConsoleInstance: IConsoleInterface,
deviceIP: string
Expand Down

0 comments on commit 3a0541d

Please sign in to comment.