diff --git a/userspace/snmpd/wrsGeneralStatusGroup.c b/userspace/snmpd/wrsGeneralStatusGroup.c index 6089477ab83e921155abe0e4f22a73ca1f936a1d..5b453e3fbe7b3bc8942440c353b16b9b6c083c2d 100644 --- a/userspace/snmpd/wrsGeneralStatusGroup.c +++ b/userspace/snmpd/wrsGeneralStatusGroup.c @@ -34,8 +34,6 @@ time_t wrsGeneralStatus_data_fill(void) && time_timing_status <= time_update && time_networking_status <= time_update) { /* cache not updated, return last update time */ - snmp_log(LOG_ERR, - "SNMP: wrsGeneralStatusGroup cache\n"); return time_update; }