Skip to content

Commit e06cf1e

Browse files
committed
chore: console delete
1 parent 6272537 commit e06cf1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/notion-to-jsx/src/components/Renderer/components/Block/BlockRenderer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ const BlockRenderer: React.FC<Props> = ({ block, onFocus, index }) => {
109109
);
110110

111111
default:
112-
console.log(`지원되지 않는 블록 타입: ${block.type}`);
113112
return null;
114113
}
115114
};

0 commit comments

Comments
 (0)