Skip to content

Commit ae1ea41

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Remove duplicated getPlatformData
1 parent d1cc240 commit ae1ea41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/services/platform-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export class PlatformService implements IPlatformService {
209209
public debugOnDevice(platform: string): IFuture<void> {
210210
return (() => {
211211
platform = platform.toLowerCase();
212-
var platformData = this.$platformsData.getPlatformData(platform);
213212
var packageFile = "";
214213
var platformData = this.$platformsData.getPlatformData(platform);
215214

0 commit comments

Comments
 (0)