Skip to content

Commit

Permalink
"删除冗余代码"
Browse files Browse the repository at this point in the history
  • Loading branch information
Howarden34 committed Jun 15, 2020
1 parent 12d58e9 commit fb139a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion airtest/core/ios/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
from urlparse import urljoin


# roatations of ios
# from wda import LANDSCAPE, PORTRAIT, LANDSCAPE_RIGHT, PORTRAIT_UPSIDEDOWN
# from wda import WDAError


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

Expand Down Expand Up @@ -258,7 +263,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 fb139a3

Please sign in to comment.