Skip to content

Commit 3c96f56

Browse files
author
Leopoldo
committed
Removes build action from loop to make API faster
1 parent 638c0bb commit 3c96f56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

networkapi/plugins/SDN/ODL/Generic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def update_all_flows(self, data, flow_type=FlowTypes.ACL):
103103
for node in current_flows.keys():
104104
log.info("Starting update all flows for node %s"%node)
105105

106-
#Makes a diff
107106
operations = self._diff_flows(current_flows[node], new_flows_set)
108107

109108
try:

0 commit comments

Comments
 (0)