mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
fix: remove test logs
This commit is contained in:
parent
90b9173cfb
commit
a3376069d0
1 changed files with 0 additions and 2 deletions
|
@ -402,9 +402,7 @@ class Monitor extends BeanModel {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lastBeat && (lastBeat.status === PENDING || lastBeat.status === DOWN)) {
|
if (lastBeat && (lastBeat.status === PENDING || lastBeat.status === DOWN)) {
|
||||||
console.log(lastBeat.monitor_id);
|
|
||||||
const childMonitor = await Monitor.getMonitor(lastBeat.monitor_id);
|
const childMonitor = await Monitor.getMonitor(lastBeat.monitor_id);
|
||||||
console.log(childMonitor);
|
|
||||||
if (errorChildNames.length > 0) {
|
if (errorChildNames.length > 0) {
|
||||||
bean.msg += "\r\n";
|
bean.msg += "\r\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue