diff options
author | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-26 12:48:45 -0400 |
---|---|---|
committer | Sam Wilkins <samuel_wilkins@brown.edu> | 2019-06-26 12:48:45 -0400 |
commit | 5e477755b392128ab8b39c082f16dd67708be0d2 (patch) | |
tree | 2d89512eab9c7ba4a976229a87e33675616ebe57 /src/client/views/MainView.tsx | |
parent | 444f970365a4280376e929e78c16090f6ae92739 (diff) | |
parent | 6d1f161de3c27ec07673b5e48a915961177b57b6 (diff) |
Merge branch 'presentation-selection-mohammad' of https://github.com/browngraphicslab/Dash-Web into presentation-selection-mohammad
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 512b00499..10feaa79c 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -221,9 +221,6 @@ export class MainView extends React.Component { getScale={returnOne} />; let castRes = mainCont ? FieldValue(Cast(mainCont.presentationView, listSpec(Doc))) : undefined; - console.log("GETTING mainContent()"); - console.log(castRes instanceof Promise); - console.log(castRes); return <Measure offset onResize={this.onResize}> {({ measureRef }) => <div ref={measureRef} id="mainContent-div" onDrop={this.onDrop}> |