mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-07 18:29:41 -06:00
remove console log
This commit is contained in:
@@ -379,7 +379,6 @@ const getMonitorsByTeamId = async (req, res) => {
|
||||
|
||||
// Early return if limit is set to -1, indicating we don't want any checks
|
||||
if (limit === "-1") {
|
||||
console.log("early return");
|
||||
return { monitors, monitorCount: monitorsCount };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user