diff options
author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2019-06-26 12:29:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 12:29:07 -0400 |
commit | 8954bac59b50aa3618625379a17dbefe9aceca72 (patch) | |
tree | 95927f7334bc39f14e3ddded5808be826f93d766 | |
parent | 64ffa0accfc872c81035079527952aabaf56c6f6 (diff) |
removed console.logs
-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 7d2aa3199..4fcc9faa2 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -205,9 +205,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"> |