Skip to content

Commit 1d42f45

Browse files
Merge pull request NotionX#499 from stefanfeldner/hotfix/remove-log
2 parents 0583280 + c071c03 commit 1d42f45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/notion-compat/src/notion-compat-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export class NotionCompatAPI {
200200
let cursor: string
201201

202202
do {
203-
console.log('blocks.children.list', { blockId, cursor })
204203
const res = await this.client.blocks.children.list({
205204
block_id: blockId,
206205
start_cursor: cursor

0 commit comments

Comments
 (0)