mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Remove relevant console log,
This commit is contained in:
@@ -34,7 +34,7 @@ export class DocumentViewerPage implements OnInit {
|
||||
|
||||
this.processes.getFileBase64(this.DocId).subscribe((res: any) => {
|
||||
|
||||
console.log(res)
|
||||
|
||||
this.pdfSrc= 'data:application/pdf;base64,'+ res.file
|
||||
this.fileName = res.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user