Skip to content

Commit

Permalink
Removed log in render.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuinox committed Nov 15, 2023
1 parent 942ff96 commit eff76fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default async function Page() {
})}
</span>
<span className="muted-color">&nbsp;&nbsp;Tags </span>
{console.log(article) && ""}
<span>{article.tags}</span>
<span className="muted-color">&nbsp;&nbsp;By </span>
<span>{article.authors?.join(", ")}</span>
Expand Down

0 comments on commit eff76fd

Please sign in to comment.