Skip to content

Commit 7c6c5e3

Browse files
committed
Remove nightly exception code
1 parent 2cb9ca6 commit 7c6c5e3

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

springfield/firefox/templatetags/helpers.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ def desktop_builds(
4141
for plat_os, plat_os_pretty in firefox_desktop.platforms(channel, classified):
4242
os_pretty = plat_os_pretty
4343

44-
# Firefox Nightly: The Windows stub installer is now universal,
45-
# automatically detecting a 32-bit and 64-bit desktop, so the
46-
# win64-specific entry can be skipped.
47-
if channel == "nightly":
48-
if plat_os == "win":
49-
continue
50-
if plat_os == "win64":
51-
plat_os = "win"
52-
os_pretty = "Windows 32/64-bit"
53-
5444
# And generate all the info
5545
download_link = firefox_desktop.get_download_url(
5646
channel,

0 commit comments

Comments
 (0)