From 5cc6b7a0b9c90b818f0b5b1dfb065ad0163a3d00 Mon Sep 17 00:00:00 2001 From: Annika Hannig Date: Fri, 26 Jan 2024 14:31:05 +0100 Subject: [PATCH] removed debug --- ui/src/app/context/bgp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/app/context/bgp.js b/ui/src/app/context/bgp.js index 7c70283..41bba97 100644 --- a/ui/src/app/context/bgp.js +++ b/ui/src/app/context/bgp.js @@ -100,7 +100,6 @@ export const useRejectCandidate = (route) => { const getReadableCommunity = (communities, community) => { const label = resolveCommunity(communities, community); - console.log(label); return expandVars(label, community); }