Skip to content

Commit 0014282

Browse files
committed
fix garbage from collect exec
1 parent 0d39f6c commit 0014282

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

collect_executables.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,8 @@ def get_gd_platform():
177177
build -= 1
178178
fx_download_dir_url = f"https://archive.mozilla.org/pub/firefox/candidates/{latest_beta_ver}-candidates/build{build}/{get_fx_platform()}/{language}/"
179179

180-
print(f"trying {fx_download_dir_url}")
181180
response = requests.get(fx_download_dir_url)
182181
status = response.status_code
183-
print(f"response code: {status}")
184182
response_text = None
185183
for _ in range(3):
186184
if status < 300:

0 commit comments

Comments
 (0)