Skip to content

Commit 823f58f

Browse files
committed
removed unneeded comment
1 parent 6cc1e75 commit 823f58f

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)