Quitar console
This commit is contained in:
parent
a30d914680
commit
11402bccc1
@ -20,8 +20,6 @@ export class CustomerInvoiceReportPDFPresenter extends Presenter<
|
|||||||
|
|
||||||
const htmlData = htmlPresenter.toOutput(customerInvoice);
|
const htmlData = htmlPresenter.toOutput(customerInvoice);
|
||||||
|
|
||||||
console.log(htmlData);
|
|
||||||
|
|
||||||
// Generar el PDF con Puppeteer
|
// Generar el PDF con Puppeteer
|
||||||
const browser = await puppeteer.launch({
|
const browser = await puppeteer.launch({
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user