Skip to content

Commit

Permalink
misc: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed May 13, 2019
1 parent 89c7956 commit 1cf714a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function BlogPostPage(props) {
nextItem,
prevItem,
} = props;
console.log(props);

return (
<Layout title={frontMatter.title} description={frontMatter.description}>
{BlogPostContents && (
Expand Down

0 comments on commit 1cf714a

Please sign in to comment.