Skip to content
Snippets Groups Projects
Commit 01fc6944 authored by famelis's avatar famelis
Browse files

fix: removed lines used for debugging policy

parent 1c0bfd4d
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!170Fix: Remove code that was used for debugging
...@@ -216,8 +216,6 @@ public class PolicyServiceImpl implements PolicyService { ...@@ -216,8 +216,6 @@ public class PolicyServiceImpl implements PolicyService {
LOGGER.infof(alarmDescriptor.toString()); LOGGER.infof(alarmDescriptor.toString());
alarmIds.add(monitoringService.setKpiAlarm(alarmDescriptor)); alarmIds.add(monitoringService.setKpiAlarm(alarmDescriptor));
} }
//LOGGER.infof("THIS IS A TEST!");
//LOGGER.infof("%s", alarmIds);
// Transform the alarmIds into promised alarms returned from the // Transform the alarmIds into promised alarms returned from the
// getAlarmResponseStream // getAlarmResponseStream
List<Multi<AlarmResponse>> alarmResponseStreamList = new ArrayList<>(); List<Multi<AlarmResponse>> alarmResponseStreamList = new ArrayList<>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment