diff --git a/inventory_provider/tasks/worker.py b/inventory_provider/tasks/worker.py
index c87da9388843d1842190874b9c14e39c585eb0b5..5db07a30f856d4e022345161bddb00f60958abc4 100644
--- a/inventory_provider/tasks/worker.py
+++ b/inventory_provider/tasks/worker.py
@@ -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':