We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9b304 commit c0e8511Copy full SHA for c0e8511
packages/react-notion-x/src/block.tsx
@@ -88,7 +88,6 @@ export const Block: React.FC<BlockProps> = (props) => {
88
disableHeader
89
} = props
90
91
- console.log({ block })
92
93
if (!block) {
94
return null
0 commit comments