diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-15 20:38:39 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-15 20:38:39 -0400 |
| commit | 0f50185738a1bef1e5f015b269ae022c60eba8e6 (patch) | |
| tree | 996d2358e404360619f357e05735229d7f26bef7 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 9aeb0b8e94deb17c0c5364d5209e93ef981c4828 (diff) | |
cleaned up console.logs. fixed updating lastModified for SOLR
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 9c64178a8..6f8fb53ec 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -523,7 +523,6 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) { @action onTablePointerDown = (e: React.PointerEvent): void => { - console.log("TB ptr " + e.screenX + " " + e.screenY); this.setFocused(this.props.Document); if (e.button === 0 && !e.altKey && !e.ctrlKey && !e.metaKey && this.props.isSelected(true)) { e.stopPropagation(); |
