From 5f563662ab123c7732cf8f15ccb3b40b65d038ee Mon Sep 17 00:00:00 2001 From: armingol <pablo.armingolrobles@telefonica.com> Date: Mon, 18 Mar 2024 14:45:12 +0100 Subject: [PATCH] code cleanup --- src/common/tools/descriptor/Loader.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/tools/descriptor/Loader.py b/src/common/tools/descriptor/Loader.py index 5875094d8..92390f63e 100644 --- a/src/common/tools/descriptor/Loader.py +++ b/src/common/tools/descriptor/Loader.py @@ -163,9 +163,6 @@ class DescriptorLoader: "endpoint_id": {"device_id": {"device_uuid": {"uuid": elemento["id"]}}, "endpoint_uuid": {"uuid": attcircuit["ac-tp-id"]}}, "location": {"region": "4"} }}) - - # Convertir a JSON de salida - #json_output = json.dumps(json_out, indent=2) self.__slices = json_out.get('slices' , []) self.__contexts_add = None -- GitLab