mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
remove console.log
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user