Add Accelerator resource watcher; fix bug of the alarm dictionary
[pti/o2.git] / o2ims / service / auditor / alarm_handler.py
index 8917264..2bd2681 100644 (file)
@@ -37,8 +37,6 @@ def update_alarm(
                 + " id: " + str(fmobj.id)
                 + " hash: " + str(fmobj.hash))
     with uow:
-        logger.debug('+++test alarm dict:' +
-                     str(len(uow.alarm_dictionaries.list())))
         alarm_event_record = uow.alarm_event_records.get(fmobj.id)
         if not alarm_event_record:
             logger.info("add alarm event record:" + fmobj.name