We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cc240 commit ae1ea41Copy full SHA for ae1ea41
lib/services/platform-service.ts
@@ -209,7 +209,6 @@ export class PlatformService implements IPlatformService {
209
public debugOnDevice(platform: string): IFuture<void> {
210
return (() => {
211
platform = platform.toLowerCase();
212
- var platformData = this.$platformsData.getPlatformData(platform);
213
var packageFile = "";
214
var platformData = this.$platformsData.getPlatformData(platform);
215
0 commit comments