Skip to content

Commit

Permalink
removing
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjishiromajp committed Nov 28, 2023
1 parent 47a367c commit d2a71f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export function LiveCode({ showCode = false, enableLiveCode = true, className }:
const [localCopy, setLocalCopy] = useState<string>(live.code);
const [isCodeVisible, toggleIsCodeVisible] = useState(showCode);

console.log('live.language', live.language);
const styles = liveCodeStyles({
isCodeVisible,
language: live.language as VariantProps<typeof liveCodeStyles>['language'],
Expand Down

0 comments on commit d2a71f8

Please sign in to comment.