Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit a797cd3

Browse files
committed
fix: Remove unused console.logs
1 parent 4fbca31 commit a797cd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/blockToText.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import TextRenderer from "./TextRenderer"
33
import BLOCKS from "./blocks"
44

55
const blockToText = (block: IBlock) => {
6-
console.log(block.type)
7-
console.log(block)
86
switch (block.type) {
97
case BLOCKS.PARAGRAPH:
108
return TextRenderer(block.paragraph.rich_text)

0 commit comments

Comments
 (0)