Skip to content
Snippets Groups Projects
Commit 09ec6fe0 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #19871 TIME 0 rm console.log

parent ea61645f
No related branches found
No related tags found
No related merge requests found
...@@ -501,7 +501,6 @@ export class SignatureBookComponent implements OnInit, OnDestroy { ...@@ -501,7 +501,6 @@ export class SignatureBookComponent implements OnInit, OnDestroy {
this.signatureBook.attachments[this.rightSelectedThumbnail].idToDl = attachment.res_id; this.signatureBook.attachments[this.rightSelectedThumbnail].idToDl = attachment.res_id;
this.signatureBook.attachments[this.rightSelectedThumbnail].signed = false; this.signatureBook.attachments[this.rightSelectedThumbnail].signed = false;
this.signatureBook.attachments[this.rightSelectedThumbnail].viewerId = attachment.res_id; this.signatureBook.attachments[this.rightSelectedThumbnail].viewerId = attachment.res_id;
console.log(this.signatureBook.attachments[this.rightSelectedThumbnail]);
if (this.signatureBook.resList.length > 0) { if (this.signatureBook.resList.length > 0) {
this.signatureBook.resList[this.signatureBook.resListIndex].allSigned = false; this.signatureBook.resList[this.signatureBook.resListIndex].allSigned = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment