style: remove console.log leftover from dev

This commit is contained in:
Jean-Philippe Sirois
2019-09-05 01:41:03 -04:00
parent de7e06eb2a
commit f32bdb549d
+1 -1
View File
@@ -8,7 +8,7 @@ import { SEO } from "../components/SEO"
function LanguagePost({ data }: any) {
const { relativePath } = data.file
const { html, fields, frontmatter, timeToRead } = data.file.post
console.log(data)
return (
<Fragment>
<SEO title={frontmatter.title} />