diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-12 13:16:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 13:16:58 -0400 |
| commit | f9c189d6a602e0b0d9f342e72aed70bd894efe5e (patch) | |
| tree | 3563fa6bd5fac3141e497f8b0d532f0af2783e08 /src/client/views/collections/CollectionSubView.tsx | |
| parent | c38249e8df315272783cf95439e62b4871a42502 (diff) | |
| parent | e5e693d7699e34d20fb183bc2514557edfb7d0f7 (diff) | |
Merge pull request #564 from browngraphicslab/schema_search
Schema search
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); } |
