Skip to content

Commit f00f332

Browse files
committed
Remove console log
1 parent a9289d8 commit f00f332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pdfjs-viewer-element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export class PdfjsViewerElement extends HTMLElement {
7171

7272
private setEventListeners() {
7373
document.addEventListener('webviewerloaded', () => {
74-
console.log(this.iframe.contentWindow.PDFViewerApplication)
7574
if (this.getAttribute('src') !== DEFAULTS.src) this.iframe.contentWindow.PDFViewerApplicationOptions?.set('defaultUrl', '')
7675
this.iframe.contentWindow.PDFViewerApplicationOptions?.set('disablePreferences', true);
7776
this.iframe.contentWindow.PDFViewerApplicationOptions?.set('pdfBugEnabled', true);

0 commit comments

Comments
 (0)