Skip to content

Commit e67f91e

Browse files
fix: remove console log
1 parent ef7aede commit e67f91e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/OpenSign/src/constant/Utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,6 @@ export const multiSignEmbed = async (
975975
const scale = isMobile ? pdfOriginalWidth / newWidth : 1;
976976
const pageNo = item.pageNumber;
977977
const imgUrlList = updateItem;
978-
console.log("imgUrllist", imgUrlList);
979978
const pages = pdfDoc.getPages();
980979
const form = pdfDoc.getForm();
981980
const page = pages[pageNo - 1];

0 commit comments

Comments
 (0)