Skip to content

Commit 0f06111

Browse files
committed
Remove leftover console.log
1 parent c788ce9 commit 0f06111

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/FunctionCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ const FunctionCard: React.FC<FunctionCardProps> = (props) => {
6161
return <span>{part}</span>
6262
})
6363

64-
console.log(definition)
65-
6664
return <FumaCard title={""} key={"function-card-" + definition?.identifier}>
6765
<div style={{gap: "1rem", display: "flex", justifyContent: "space-between", alignItems: "center"}}>
6866
<FumaCard title={""} style={{textWrap: "nowrap", background: "#070514", borderRadius: "1rem", padding: "0.35rem 0.7rem", border: "1px solid #bfbfbf1a"}}>

0 commit comments

Comments
 (0)