You've already forked uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-27 22:48:46 +02:00
fix: remove test logging
This commit is contained in:
@@ -1753,7 +1753,6 @@ async function startMonitor(userID, monitorID) {
|
||||
]);
|
||||
|
||||
const childrenIDs = await Monitor.getAllChildrenIDs(monitorID);
|
||||
console.log(childrenIDs);
|
||||
const monitorIDs = [ monitorID, ...childrenIDs ];
|
||||
|
||||
let monitors = await R.find("monitor", ` id IN (${monitorIDs.map((_) => "?").join(",")})`, monitorIDs);
|
||||
|
||||
Reference in New Issue
Block a user