Skip to content

Commit 7e8c69a

Browse files
committed
fix: remove eroneous console.log
1 parent 52b9d04 commit 7e8c69a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/heading.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Link from "./link";
44
// Custom heading component with clickable anchor links
55
export default function Heading({ level, children, id, ...props }) {
66
const Tag = `h${level}`;
7-
console.log("props", props);
87
return (
98
<Tag
109
id={id.toString()}

0 commit comments

Comments
 (0)