mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	Remove supurfluous log.debug
Co-Authored-By: Frank Elsinga <frank.elsinga@tum.de>
This commit is contained in:
		| @@ -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}`); |  | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user