diff --git a/src/app/shared/publication/new-publication/new-publication.page.ts b/src/app/shared/publication/new-publication/new-publication.page.ts index 5a926db57..afe5a46d9 100644 --- a/src/app/shared/publication/new-publication/new-publication.page.ts +++ b/src/app/shared/publication/new-publication/new-publication.page.ts @@ -273,7 +273,6 @@ export class NewPublicationPage implements OnInit { this.convertBlobToBase64(blobFile.blob).then((value: string) => { - console.log(this.removeTextBeforeSlash(value, ',')) this.filesSizeSum = this.filesSizeSum + blobFile.size if (this.fileSizeToMB(this.filesSizeSum) <= 20) { @@ -295,7 +294,7 @@ export class NewPublicationPage implements OnInit { newAttachment.needUpload() this.seletedContent.push(newAttachment) - console.log(this.seletedContent) + this.filecontent = true; } else { if (this.seletedContent.length === 0)