Skip to content

Commit 309b0c4

Browse files
committed
chore: Remove console.log statement in shikiComponent
1 parent 6204e9c commit 309b0c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/test-case-component/src/components/shikiComponent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ const Before = ({ content }: { content: string }) => {
3939

4040
const During = ({ content }: { content: string }) => {
4141
if (content) {
42-
console.log("🧄", content);
43-
4442
return (
4543
<div className="p-4" dangerouslySetInnerHTML={{ __html: content }} />
4644
);

0 commit comments

Comments
 (0)