From 4c6c1381c8f8b0f51cee933d3d4c0ab8c8d33347 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 13 Nov 2024 12:07:12 +0000 Subject: [PATCH] Remove unnecessary blank line in MonitorIncident class for improved code readability --- Common/Server/Utils/Monitor/MonitorIncident.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Common/Server/Utils/Monitor/MonitorIncident.ts b/Common/Server/Utils/Monitor/MonitorIncident.ts index 1904ce9543..073da331f4 100644 --- a/Common/Server/Utils/Monitor/MonitorIncident.ts +++ b/Common/Server/Utils/Monitor/MonitorIncident.ts @@ -84,7 +84,6 @@ export default class MonitorIncident { telemetryQuery?: TelemetryQuery | undefined; }; }): Promise { - // check open incidents logger.debug(`${input.monitor.id?.toString()} - Check open incidents.`); // check active incidents and if there are open incidents, do not cretae anothr incident.