mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Remove supurfluous log.debug
Co-Authored-By: Frank Elsinga <frank.elsinga@tum.de>
This commit is contained in:
parent
97a9094d7c
commit
9ba0f68a86
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ class SNMPMonitorType extends MonitorType {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
heartbeat.status = DOWN;
|
heartbeat.status = DOWN;
|
||||||
heartbeat.msg = `SNMP Error: ${err.message}`;
|
heartbeat.msg = `SNMP Error: ${err.message}`;
|
||||||
log.debug("monitor", `SNMP: ${heartbeat.msg}`);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue