Skip to content

Commit 6e366d8

Browse files
chore: remove already implemented TODO
1 parent 916b17e commit 6e366d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/common/mobile/mobile-core/android-process-service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export class AndroidProcessService implements Mobile.IAndroidProcessService {
122122
}
123123

124124
this._forwardedLocalPorts[portForwardInputData.deviceIdentifier] = localPort;
125-
// TODO: use correct path to adb
126125
await this.$cleanupService.addCleanupAction({ command: await this.$staticConfig.getAdbFilePath(), args: ["-s", portForwardInputData.deviceIdentifier, "forward", "--remove", `tcp:${localPort}`] });
127126
return localPort && +localPort;
128127
}

0 commit comments

Comments
 (0)