Skip to content

Commit

Permalink
remove duplicate line (fix #3245)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Jul 29, 2014
1 parent 7c11969 commit b014ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/devices/ios/ios.js
Expand Up @@ -1297,7 +1297,6 @@ IOS.prototype.stop = function (cb) {
IOS.prototype.shutdown = function (code, cb) {
this.commandProxy = null;
this.instruments = null;
this.commandProxy = null;
this.postCleanup(cb);
};

Expand Down

0 comments on commit b014ae1

Please sign in to comment.