diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-13 14:50:06 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-08-13 14:50:06 +0530 |
| commit | 2583d4cd4b8a5f8b3acc3c0e0970adf295d4d8c5 (patch) | |
| tree | d2613d22d7325df3219c37120ab84d39b7f84019 /src/client/views/collections/CollectionSubView.tsx | |
| parent | 56ae02ffc13d69f6e79f327ea99d154f03e0fd34 (diff) | |
location of mainviewnotifs notification bubble should be fixed + Anika's defaultaclprivate fix
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index 7957ded1c..a43685a5e 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -172,8 +172,6 @@ export function CollectionSubView<T, X>(schemaCtor: (doc: Doc) => T, moreProps?: }); return docsforFilter; } - console.log("you fool"); - console.log(childDocs); const docRangeFilters = this.props.ignoreFields?.includes("_docRangeFilters") ? [] : Cast(this.props.Document._docRangeFilters, listSpec("string"), []); return this.props.Document.dontRegisterView ? childDocs : DocUtils.FilterDocs(childDocs, this.docFilters(), docRangeFilters, viewSpecScript); } |
