mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
remove console.log
This commit is contained in:
parent
af4ca22632
commit
bd6d994c6c
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue