Skip to content

Commit 056ec02

Browse files
committed
Remove console log
1 parent 9a0c186 commit 056ec02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/mdx/src/client/annotations.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ function tryGuessColor(
6767
grandChild?.props?.children || []
6868
)[0] as any
6969

70-
console.log({ grandGrandChild })
71-
7270
const { color } = grandGrandChild?.props?.style
7371

7472
if (color) {

0 commit comments

Comments
 (0)