Skip to content

Commit 692d736

Browse files
author
Sergei Orlov
committed
🚑 Remove redundant console.log 😏
1 parent 50ac3fb commit 692d736

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/notion-api/get-blocks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ exports.getBlocks = async ({ id, block, notionVersion, token }, reporter) => {
3535
startCursor = result.next_cursor
3636
hasMore = result.has_more
3737
} catch (e) {
38-
console.log(e)
3938
reporter.panic(errorMessage)
4039
}
4140
}

0 commit comments

Comments
 (0)