mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-22 14:45:29 +01:00
Remove debug messages
This commit is contained in:
parent
ac974c3774
commit
d0e9b37c99
|
@ -54,7 +54,6 @@ export default {
|
||||||
(rv[x["group"]] = rv[x["group"]] || []).push(x);
|
(rv[x["group"]] = rv[x["group"]] || []).push(x);
|
||||||
return rv;
|
return rv;
|
||||||
}, {});
|
}, {});
|
||||||
console.log(groups);
|
|
||||||
// Sort
|
// Sort
|
||||||
if (this.config.groupOrder) {
|
if (this.config.groupOrder) {
|
||||||
let order = [...this.config.groupOrder];
|
let order = [...this.config.groupOrder];
|
||||||
|
@ -68,7 +67,6 @@ export default {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Object.assign(groups, tmp);
|
Object.assign(groups, tmp);
|
||||||
console.log(groups);
|
|
||||||
}
|
}
|
||||||
return groups;
|
return groups;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue