Skip to content

Commit 32e21b2

Browse files
authored
Update AppiumDriverManager.java
1 parent d04874e commit 32e21b2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/appium/manager/AppiumDriverManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ private AppiumDriver initialiseDriver(DesiredCapabilities desiredCapabilities)
5252
private AppiumDriver createAppiumDriver(DesiredCapabilities desiredCapabilities,
5353
String remoteWDHubIP)
5454
throws MalformedURLException {
55-
System.out.println("inside createAppiumDriver");
5655
AppiumDriver currentDriverSession;
5756
MobilePlatform mobilePlatform = getMobilePlatform();
5857
switch (mobilePlatform) {

0 commit comments

Comments
 (0)