diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-20 12:37:28 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-20 12:37:28 -0400 |
| commit | aea1f5d804efd5bd38d72caf17d275304c3f7962 (patch) | |
| tree | e97e350d2846f23435e9ba22e84054823981a919 /src/client/views/pdf/PDFViewer.tsx | |
| parent | 135e252902a3ca93e95672602122afb3be6cd015 (diff) | |
asdjfkl
Diffstat (limited to 'src/client/views/pdf/PDFViewer.tsx')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx index 015d8f878..bb549a743 100644 --- a/src/client/views/pdf/PDFViewer.tsx +++ b/src/client/views/pdf/PDFViewer.tsx @@ -128,7 +128,6 @@ class Viewer extends React.Component<IViewerProps> { let startY = NumCast(this.props.parent.Document.startY); this.props.parent.Document.scrollY = startY; - console.log(startY); // this.props.loaded(Math.max(...pageSizes.map(i => i.width)), pageSizes[0].height, this.props.pdf.numPages); } } |
