removed console.log

This commit is contained in:
Eike Ahmels
2021-02-22 10:34:16 +01:00
parent 81541d33f7
commit 9a84111fb3

View File

@@ -275,8 +275,6 @@ export default {
}
}
console.log(output);
return output.sort((a, b) => {
if (a.type === "fan") return -1
if (b.type === "fan") return 1