From 6be7bd98577d4a0b2991d4614013533deae24f51 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Mon, 23 Jan 2023 09:58:05 +0000
Subject: [PATCH] PathComp component:

- minor code cleanup
---
 .../frontend/service/algorithms/tools/ComposeRequest.py         | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py b/src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py
index 8412632ed..0832615a1 100644
--- a/src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py
+++ b/src/pathcomp/frontend/service/algorithms/tools/ComposeRequest.py
@@ -22,8 +22,6 @@ from .ConstantsMappings import (
 
 LOGGER = logging.getLogger(__name__)
 
-LOGGER = logging.getLogger(__name__)
-
 def compose_topology_id(topology_id : TopologyId) -> Dict: # pylint: disable=unused-argument
     # force context_uuid and topology_uuid to be always DEFAULT_CONTEXT_NAME and DEFAULT_TOPOLOGY_NAME for simplicity
     # for interdomain, contexts and topologies are managed in particular ways
-- 
GitLab