Skip to content

Commit d7568aa

Browse files
committed
Remove console.log
1 parent a2dcfb9 commit d7568aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/viewer.js

-4
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ function webViewerLoad() {
249249
// The viewer could be in e.g. a cross-origin <iframe> element,
250250
// fallback to dispatching the event at the current `document`.
251251
// console.error(`webviewerloaded: ${ex}`);
252-
console.log(
253-
"Dispatching event on current document due to cross-origin restriction: ",
254-
ex
255-
);
256252
document.dispatchEvent(event);
257253
}
258254
}

0 commit comments

Comments
 (0)