Skip to content
Snippets Groups Projects
Commit f0b23fa6 authored by Robert Latta's avatar Robert Latta
Browse files

removed redundant code

parent 101c70cf
No related branches found
No related tags found
No related merge requests found
......@@ -560,13 +560,6 @@ def update_circuit_hierarchy_and_port_id_services(self, use_current=False):
if c:
def _is_tls(candidate):
if 'circuit-type' in candidate:
if candidate['product'] == 'IP PEERING - NON R&E (PUBLIC)':
return False
if candidate['circuit-type'] == 'service':
return True
if candidate['speed'] == 'BGP':
return True
if candidate['product'] in tls_names:
return True
if candidate['speed'] == 'BGP':
......
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