From bb60a8127860cc43049ccbc4f92992e27d6cb523 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 4 Jan 2022 20:00:39 +0100 Subject: [PATCH] wip #5002 --- resources/pdfjs/web/viewer.html | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/pdfjs/web/viewer.html b/resources/pdfjs/web/viewer.html index 0aeb851..e987d4e 100644 --- a/resources/pdfjs/web/viewer.html +++ b/resources/pdfjs/web/viewer.html @@ -39,7 +39,6 @@ See https://github.com/adobe-type-tools/cmap-resources file = window.parent.fluidbook.settings.mediaIDToFile[e[0]] } else { file = window.parent.mediaIDToFile[e[0]]; - console.log(file,e[0],window.parent.mediaIDToFile); } var hash = ''; -- 2.39.5