diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-16 15:00:14 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-16 15:00:14 -0400 |
| commit | caecf2452c4af5caf8b298719d53274b6709c194 (patch) | |
| tree | 7ce6ee1ea963632081d6224a9c7f9d93cc6cc2d5 /src/client/views/collections | |
| parent | feae8f4d314ef389cc544fd3ad0792a6bb04832c (diff) | |
removed traces()played with image box stacking.
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 50f0a6164..3ae64d2c6 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -254,7 +254,6 @@ export class CollectionFreeFormView extends CollectionSubView { @computed get views() { - trace(); var curPage = this.props.Document.GetNumber(KeyStore.CurPage, -1); let docviews = this.props.Document.GetList(this.props.fieldKey, [] as Document[]).filter(doc => doc).reduce((prev, doc) => { var page = doc.GetNumber(KeyStore.Page, -1); @@ -280,7 +279,6 @@ export class CollectionFreeFormView extends CollectionSubView { } render() { - trace(); const containerName = `collectionfreeformview${this.isAnnotationOverlay ? "-overlay" : "-container"}`; return ( <Measure onResize={this.onResize}> |
