summaryrefslogtreecommitdiff
path: root/static/releases.js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-04-27 09:50:37 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-04-27 09:50:37 -0400
commit3bb1dcc8dceab18052e54280334faa16990d8d87 (patch)
tree79dd0c9e461309153746dd1e68c13b79ef8d21bf /static/releases.js
parent6193cf34e21eeaf650e374593e0e411457f5b9dc (diff)
remove references to marlin / sailfish
Diffstat (limited to 'static/releases.js')
-rw-r--r--static/releases.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/static/releases.js b/static/releases.js
index 01ab1b22..1fee833c 100644
--- a/static/releases.js
+++ b/static/releases.js
@@ -17,12 +17,6 @@ function deviceModel(device) {
if (device === "crosshatch") {
return "Pixel 3 XL";
}
- if (device === "marlin") {
- return "Pixel XL";
- }
- if (device === "sailfish") {
- return "Pixel";
- }
if (device === "taimen") {
return "Pixel 2 XL";
}