mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
feat(getPageContentText): remove debug console.log from getPageContentText
Commented out console.log statement in getPageContentText.js to remove debug output while maintaining the functionality.
This commit is contained in:
@@ -90,6 +90,6 @@ export function getPageContentText(post, pageBlockMap) {
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log(contentTextList.join(''))
|
||||
// console.log(contentTextList.join(''))
|
||||
return contentTextList.join('')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user