Skip to content

Commit c0e8511

Browse files
author
CHANGHYEON YOON
authored
Update block.tsx
remove console
1 parent cb9b304 commit c0e8511

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-notion-x/src/block.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export const Block: React.FC<BlockProps> = (props) => {
8888
disableHeader
8989
} = props
9090

91-
console.log({ block })
9291

9392
if (!block) {
9493
return null

0 commit comments

Comments
 (0)