Skip to content

Commit fae1c4a

Browse files
committed
remove unintended logline
1 parent 02aab27 commit fae1c4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/browserstack/util/Utility.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public static void startLocal(Local local, ManagedWebDriver managedWebDriver) {
6767
JSONParser parser = new JSONParser();
6868
Map<String, String> options = new HashMap<>();
6969
JSONObject testConfig = (JSONObject) managedWebDriver.getPlatform().get("bstack:options");
70-
System.out.println("Hello" + testConfig);
7170
options.put("key", testConfig.get("accessKey").toString());
7271
String capabilitiesConfigFile = System.getProperty("caps", "src/test/resources/conf/local.conf.json");
7372
try {

0 commit comments

Comments
 (0)