diff --git a/src/common/tools/descriptor/Loader.py b/src/common/tools/descriptor/Loader.py
index 5875094d845dcccd993f37464b59e2c34f0ad1fc..92390f63e120dd5fb232ff9fe3678495fd4d6d0c 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