Remove debugger statement and trim threshold process name

This commit is contained in:
Simon Larsen 2024-04-03 11:55:37 +01:00
parent 37a13ce853
commit afdc891942
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -162,8 +162,6 @@ export default class ServerMonitorCriteria {
!(input.dataToProcess as ServerMonitorResponse) !(input.dataToProcess as ServerMonitorResponse)
.onlyCheckRequestReceivedAt .onlyCheckRequestReceivedAt
) { ) {
debugger;
const thresholdProcessName: string = threshold const thresholdProcessName: string = threshold
.toString() .toString()
.trim() .trim()