diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-10-06 20:02:26 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-10-06 20:02:26 -0400 |
| commit | 37528f87e89e2072080fac7eefe022d8989faabc (patch) | |
| tree | c35e7d35011eb8472e54e5e3ca72e80cdf528a5b /src/client/views/collections/collectionSchema | |
| parent | 8691e25e2f65e5041e147d37374c77947298a4b5 (diff) | |
| parent | 98d1eb76be11949257417da5efdd9ab0c5b776c9 (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/collections/collectionSchema')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx index ed196349e..0274cc49c 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaCells.tsx @@ -103,7 +103,6 @@ export class CollectionSchemaCell extends React.Component<CellProps> { this.props.changeFocusedCellByIndex(this.props.row, this.props.col); this.props.setPreviewDoc(this.props.rowProps.original); - console.log("click cell"); let url: string; if (url = StrCast(this.props.rowProps.row.href)) { try { |
