From 9c57bdccaaeb9c473b520c100486d85f9e97289e Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Wed, 28 Aug 2024 22:23:13 +0300 Subject: [PATCH] chore: remove console.log --- src/components/Topology/TopologyCard/Utils/FormatProperties.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Topology/TopologyCard/Utils/FormatProperties.tsx b/src/components/Topology/TopologyCard/Utils/FormatProperties.tsx index 6dd023cd9..9bfbbe138 100644 --- a/src/components/Topology/TopologyCard/Utils/FormatProperties.tsx +++ b/src/components/Topology/TopologyCard/Utils/FormatProperties.tsx @@ -14,7 +14,6 @@ type FormatPropertyProps = { }; export function FormatPropertyURL({ property }: FormatPropertyProps) { - console.log("property", property); if (property == null) { return null; }