remove console.log

This commit is contained in:
Cloudburst 2022-09-02 09:53:59 +02:00 committed by GitHub
parent af4ca22632
commit bd6d994c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import { node2slug } from "../utils";
import rehypeReact from "rehype-react"
function DivMixin(props) {
console.log(props)
if (props?.class != null && props.class.includes("gatsby-highlight")) {
props.class = props.class + " mockup-code mb-5"
}