mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 23:44:11 +02:00
style: remove console.log leftover from dev
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user