Skip to content

Commit

Permalink
"删除冗余代码"
Browse files Browse the repository at this point in the history
(cherry picked from commit fb139a3)
  • Loading branch information
Howarden34 authored and yimelia committed Jun 16, 2020
1 parent dfe425a commit 3301eea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airtest/core/ios/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from urlparse import urljoin



logger = get_logger(__name__)
DEFAULT_ADDR = "http://localhost:8100/"

Expand Down Expand Up @@ -257,7 +256,6 @@ def install_app(self, uri, package):

def start_app(self, package, activity=None):
self.defaultSession = None
print("package:", package)
self.session.start_app_new(package)

def stop_app(self, package):
Expand Down

0 comments on commit 3301eea

Please sign in to comment.