remove references to marlin / sailfish
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user