Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix: remove console.log from ErrorPage
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 5, 2018
1 parent d5d0239 commit d742038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/ErrorPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import PropTypes from 'prop-types'
import { graphql } from 'gatsby'
import MainLayout from '@/components/MainLayout'

// pull in all content then maybe KCDs match-sorter to sort by urls
const NotFound = props => (
<MainLayout {...props}>
{/* {console.log(props)} */}
<h1>{props.data.page.frontmatter.title}</h1>
</MainLayout>
)
Expand Down

0 comments on commit d742038

Please sign in to comment.