diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-06-26 13:12:39 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-06-26 13:12:39 -0400 |
commit | 4b69ee75fbc98d81eac1bbad0749cf266ccd4c3c (patch) | |
tree | 167c9bb51f692ac1dd7ce44b0f1be7ef90cf73b8 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | c2c04325e0f29c01cd5ab0617d17a62183a53611 (diff) |
idk
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-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 391e42b57..ca2a58cfe 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -101,7 +101,6 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe super(props); if (this.props.outer_div) { this._outerdiv = this.props.outer_div; - console.log("yay"); } this._ref = React.createRef(); |