diff --git a/modules/customer-invoices/src/api/application/use-cases/report/reporter/customer-invoice.report.pdf.ts b/modules/customer-invoices/src/api/application/use-cases/report/reporter/customer-invoice.report.pdf.ts index f6c62700..be770e48 100644 --- a/modules/customer-invoices/src/api/application/use-cases/report/reporter/customer-invoice.report.pdf.ts +++ b/modules/customer-invoices/src/api/application/use-cases/report/reporter/customer-invoice.report.pdf.ts @@ -20,8 +20,6 @@ export class CustomerInvoiceReportPDFPresenter extends Presenter< const htmlData = htmlPresenter.toOutput(customerInvoice); - console.log(htmlData); - // Generar el PDF con Puppeteer const browser = await puppeteer.launch({ args: [