mirror of
https://github.com/appium/appium.git
synced 2026-05-02 08:19:52 -05:00
remove duplicate line (fix #3245)
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user