fix: 出力削除

This commit is contained in:
n1lsqn 2023-11-13 21:52:18 +09:00
parent fd699e8316
commit 6f42ee0b92

View file

@ -38,8 +38,6 @@ export default class extends Module {
@autobind
private check() {
const average = (arr) => arr.reduce((a, b) => a + b) / arr.length;
console.log('statsLogs', this.statsLogs)
const cpuPercentages = this.statsLogs.map(s => s && (s.cpu_usage || s.cpu) * 100 || 0);
const cpuPercentage = average(cpuPercentages);
if (cpuPercentage >= 70) {