Skip to content

Commit

Permalink
Remove console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Nov 9, 2023
1 parent f5c3f93 commit f315ad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates/blogIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { stringToColor } from "../common"
const BlogIndex = ({ data, pageContext, location }) => {
const siteTitle = data.site.siteMetadata?.title || `Title`
const posts = pageContext.posts
console.log(pageContext)
console.log(data)

if (posts.length === 0) {
return (
Expand Down

0 comments on commit f315ad8

Please sign in to comment.