Skip to content

Commit b5ca754

Browse files
authored
Merge pull request NotionX#363 from NotionX/remove-comment
removed unneeded comment
2 parents 6cc1e75 + 823f58f commit b5ca754

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ export class NotionAPI {
335335
let filters = []
336336
if (collectionView.format?.property_filters) {
337337
filters = collectionView.format?.property_filters.map((filterObj) => {
338-
// console.log('map filter', filterObj)
339338
//get the inner filter
340339
return {
341340
filter: filterObj?.filter?.filter,

0 commit comments

Comments
 (0)