Skip to content

Commit

Permalink
refactor: ♻️ console
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuba-Ahhh committed Aug 28, 2024
1 parent c4f5221 commit aa8d9dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/blog/[id]/BlogContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function BlogContent({
components,
contentFile,
}: BlogContentProps) {
console.log(content, "content111111");
return (
<>
{contentFile ? (
Expand Down

0 comments on commit aa8d9dc

Please sign in to comment.