diff options
author | bob <bcz@cs.brown.edu> | 2019-08-22 11:18:41 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-22 11:18:41 -0400 |
commit | 0ee435f6bd686c667a067fa750b4589cedfb0070 (patch) | |
tree | 09fc30da55d1a7f344ab4a3f203a5d4e32d09f78 /src | |
parent | 7812945012c320743a4271787ad614b2011c74a3 (diff) |
again
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 1cc3e821f..44a481953 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -738,7 +738,6 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe tryUpdateHeight() { const ChromeHeight = this.props.ChromeHeight; let sh = this._ref.current ? this._ref.current.scrollHeight : 0; - console.log(this.props.Document.title + " " + sh + " " + (ChromeHeight && ChromeHeight())); if (this.props.Document.autoHeight && sh !== 0) { let nh = this.props.Document.isTemplate ? 0 : NumCast(this.dataDoc.nativeHeight, 0); let dh = NumCast(this.props.Document.height, 0); |