Changes after testing

This commit is contained in:
Gunnar Skjold
2023-01-17 17:48:42 +01:00
parent 3bc6c75c5a
commit 222a4f13e2
3 changed files with 1 additions and 4 deletions

View File

@@ -34,8 +34,6 @@ export function metertype(mt) {
return "Landis+Gyr";
case 10:
return "Sagemcom";
case 11:
return "L&G";
default:
return "";
}