From a852ea81b8d87b45700149106c25ba050d278167 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Wed, 5 May 2021 13:28:07 +0200
Subject: [PATCH] Remove obsolete console.error

---
 src/dbp-official-signature-pdf-upload.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dbp-official-signature-pdf-upload.js b/src/dbp-official-signature-pdf-upload.js
index 6c31368..48c6ec6 100644
--- a/src/dbp-official-signature-pdf-upload.js
+++ b/src/dbp-official-signature-pdf-upload.js
@@ -376,7 +376,6 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
         this.signaturePlacementInProgress = true;
         this.withSigBlock = withSigBlock;
         const previewTag = this.getScopedTagName("dbp-pdf-preview");
-        console.error(previewTag);
         await this._(previewTag).showPDF(
             file,
             withSigBlock, //this.queuedFilesPlacementModes[key] === "manual",
-- 
GitLab