From a3376069d07444d100457a2d0189dbce042a79c8 Mon Sep 17 00:00:00 2001 From: Peace Date: Sat, 12 Oct 2024 23:39:35 +0200 Subject: [PATCH] fix: remove test logs --- server/model/monitor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index 943dec4f..241dc10d 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -402,9 +402,7 @@ class Monitor extends BeanModel { } if (lastBeat && (lastBeat.status === PENDING || lastBeat.status === DOWN)) { - console.log(lastBeat.monitor_id); const childMonitor = await Monitor.getMonitor(lastBeat.monitor_id); - console.log(childMonitor); if (errorChildNames.length > 0) { bean.msg += "\r\n"; }