Skip to content

Commit

Permalink
[TIMOB-23371] Remove placeholder device
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Jul 19, 2016
1 parent 2bda4cc commit 7974fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wptool.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function nativeEnumerate(wpsdk, options, next) {
} else {
var emulators = parseAppDeployCmdListing(out, wpsdk);
next(null, {
devices: [{name: 'Device', udid: 0, index: 0, wpsdk: null}],
devices: [],
emulators: emulators
});
}
Expand Down

0 comments on commit 7974fc7

Please sign in to comment.