diff options
author | bob <bcz@cs.brown.edu> | 2019-06-05 09:26:15 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-06-05 09:26:15 -0400 |
commit | ed623d6cf8b7663c4fb92f9991caec1f96363b8c (patch) | |
tree | 59f05dddcecb838760ab8b51f12f0d5d0487b65d /src/client/views/collections/CollectionSchemaView.tsx | |
parent | 6cd80efe5a467ce3f4eef31db589f6ccddd84f49 (diff) | |
parent | a37faf30652c6c593923198ad34e54377e670caf (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 11d71d023..26ce4cc54 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -432,7 +432,6 @@ export class CollectionSchemaPreview extends React.Component<CollectionSchemaPre } render() { trace(); - console.log(this.props.Document); let input = this.props.previewScript === undefined ? (null) : <input className="collectionSchemaView-input" value={this.props.previewScript} onChange={this.onPreviewScriptChange} style={{ left: `calc(50% - ${Math.min(75, (this.props.Document ? this.PanelWidth() / 2 : 75))}px)` }} />; |