Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-aberg committed Mar 16, 2023
1 parent 5164450 commit de365a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import dynamic from "next/dynamic";
const Sandbox = dynamic(() => import("./Sandbox"));

const Code = (props) => {
console.log(props);
if (
props.className === "language-jsx" ||
props.className === "language-mdx"
Expand Down

0 comments on commit de365a7

Please sign in to comment.