remove console.log

This commit is contained in:
Peter Maquiran
2024-02-23 13:15:32 +01:00
parent ad1222e46d
commit 8afffc2b54
@@ -273,7 +273,6 @@ export class NewPublicationPage implements OnInit {
this.convertBlobToBase64(blobFile.blob).then((value: string) => { this.convertBlobToBase64(blobFile.blob).then((value: string) => {
console.log(this.removeTextBeforeSlash(value, ','))
this.filesSizeSum = this.filesSizeSum + blobFile.size this.filesSizeSum = this.filesSizeSum + blobFile.size
if (this.fileSizeToMB(this.filesSizeSum) <= 20) { if (this.fileSizeToMB(this.filesSizeSum) <= 20) {
@@ -295,7 +294,7 @@ export class NewPublicationPage implements OnInit {
newAttachment.needUpload() newAttachment.needUpload()
this.seletedContent.push(newAttachment) this.seletedContent.push(newAttachment)
console.log(this.seletedContent)
this.filecontent = true; this.filecontent = true;
} else { } else {
if (this.seletedContent.length === 0) if (this.seletedContent.length === 0)