Skip to content

Commit f50e56b

Browse files
kelvindartshazron
authored andcommitted
Remove unnecessary call to fixSimCtlList in showsdks (#221)
1 parent e3aeadc commit f50e56b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ var lib = {
326326
showsdks: function(args) {
327327
var options = { silent: true, runtimes: true };
328328
var list = simctl.list(options).json;
329-
list = fixSimCtlList(list);
330329

331330
console.log('Simulator SDK Roots:');
332331
list.runtimes.forEach(function(runtime) {

0 commit comments

Comments
 (0)