From 6259ce6a749ea71b20dfa1f8464e9b999ac2d5f7 Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke.madsen@geant.org>
Date: Wed, 17 Aug 2022 16:57:19 +0200
Subject: [PATCH] remove commented code

---
 inventory_provider/tasks/worker.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/inventory_provider/tasks/worker.py b/inventory_provider/tasks/worker.py
index ace19bf4..eeffb33a 100644
--- a/inventory_provider/tasks/worker.py
+++ b/inventory_provider/tasks/worker.py
@@ -1066,10 +1066,7 @@ def transform_ims_data(data):
                     continue
 
                 circ['sid'] = sid
-                # if circ['circuit_type'] == 'circuit':
-                #     logger.info(f'SID ({sid}) Circuit ({circ["id"]})'
-                #                 f' Name ({circ["name"]}) not a service')
-                # else:
+
                 sid_info = {
                     'circuit_id': circ['id'],
                     'sid': sid,
-- 
GitLab