Browse Source

fix(beta): removes debug console.log (#5189)

main
Dane Grant 2 years ago
committed by GitHub
parent
commit
7e98d1f6f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/components/MDX/ExpandableCallout.tsx

2
beta/src/components/MDX/ExpandableCallout.tsx

@ -56,8 +56,6 @@ function ExpandableCallout({children, type}: ExpandableCalloutProps) {
const contentRef = useRef<HTMLDivElement>(null); const contentRef = useRef<HTMLDivElement>(null);
const variant = variantMap[type]; const variant = variantMap[type];
console.log('v,', variant);
return ( return (
<div <div
className={cn( className={cn(

Loading…
Cancel
Save