remove alert

This commit is contained in:
Peter Maquiran
2023-02-22 09:35:20 +01:00
parent 31f74933b7
commit f9bc1ae153
2 changed files with 6 additions and 7 deletions
-1
View File
@@ -1588,7 +1588,6 @@
if (!this.pdfViewer.pageViewsReady) {
this.l10n.get('printing_not_ready', null, 'Warning: The PDF is not fully loaded for printing.').then(function (notReadyMessage) {
window.alert(notReadyMessage);
});
return;
}