remove references to marlin / sailfish

This commit is contained in:
Daniel Micay
2019-04-27 09:50:37 -04:00
parent 6193cf34e2
commit 3bb1dcc8dc
2 changed files with 1 additions and 7 deletions

View File

@@ -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";
}