Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Feb 14, 2024
1 parent fd02ea2 commit d3cb44f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/templates/blog-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const BlogPostTemplate = ({ data, location }) => {
return $.html();
}

console.log({data})
return (
<Layout location={location} title={siteTitle}>
<article
Expand Down

0 comments on commit d3cb44f

Please sign in to comment.