Skip to content

Commit 9c57bdc

Browse files
authored
chore: remove console.log
1 parent 9ef1613 commit 9c57bdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Topology/TopologyCard/Utils/FormatProperties.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ type FormatPropertyProps = {
1414
};
1515

1616
export function FormatPropertyURL({ property }: FormatPropertyProps) {
17-
console.log("property", property);
1817
if (property == null) {
1918
return null;
2019
}

0 commit comments

Comments
 (0)