Skip to content

Commit 29d9194

Browse files
committed
update: remove URL flag
1 parent 349f0d8 commit 29d9194

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

browserstack/local_binary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ def __init__(self):
2121
self.is_windows = False
2222
osname = platform.system()
2323
source_url = "https://www.browserstack.com/local-testing/downloads/binaries/"
24-
if os.environ.get('BROWSERSTACK_LOCAL_BIN_URL'):
25-
source_url = os.environ.get('BROWSERSTACK_LOCAL_BIN_URL')
2624

2725
if osname == 'Darwin':
2826
self.http_path = source_url + "BrowserStackLocal-darwin-x64"

0 commit comments

Comments
 (0)