diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-11-10 16:28:48 -0500 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-11-10 16:28:48 -0500 |
commit | 461af95c312fc7aff85551c014fb93dc7a89cecd (patch) | |
tree | 1abd3a45a45e2eaf380cb7535bc4b7686753a52d /src/client/views/nodes/DocumentView.tsx | |
parent | 5c6dc8fb25c2ac65a9efa534ee86211ac6d68301 (diff) |
first commit
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 93052ea73..304555c30 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -634,7 +634,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu } render() { if (!this.props.Document) return (null); - trace(); + // trace(); const animDims = this.Document.animateToDimensions ? Array.from(this.Document.animateToDimensions) : undefined; const ruleColor = this.props.ruleProvider ? StrCast(this.props.ruleProvider["ruleColor_" + this.Document.heading]) : undefined; const ruleRounding = this.props.ruleProvider ? StrCast(this.props.ruleProvider["ruleRounding_" + this.Document.heading]) : undefined; |