Skip to content

Commit

Permalink
Fix console log
Browse files Browse the repository at this point in the history
  • Loading branch information
taniarascia committed Jun 26, 2020
1 parent 1975505 commit 6e78d53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/templates/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import config from '../utils/config'
export default function PostTemplate({ data, pageContext }) {
const post = data.markdownRemark
const { previous, next } = pageContext
console.log(post)

return (
<Layout>
Expand Down

0 comments on commit 6e78d53

Please sign in to comment.