We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b1622 commit eb40cccCopy full SHA for eb40ccc
src/main/java/com/browserstack/local/LocalBinary.java
@@ -63,11 +63,6 @@ private void initialize() throws LocalException {
63
}
64
65
String sourceURL = BIN_URL;
66
- String envURL = System.getenv("BROWSERSTACK_LOCAL_BIN_URL");
67
- if (envURL != null && !envURL.isEmpty()) {
68
- // apply sourceURL override
69
- sourceURL = envURL;
70
- }
71
httpPath = sourceURL + binFileName;
72
73
0 commit comments