diff --git a/modules/invoiceIn/front/summary/index.spec.js b/modules/invoiceIn/front/summary/index.spec.js index ba9d285e2..76f48ac7e 100644 --- a/modules/invoiceIn/front/summary/index.spec.js +++ b/modules/invoiceIn/front/summary/index.spec.js @@ -49,7 +49,6 @@ describe('InvoiceIn', () => { totalVat: 'no care' } }; - console.log(controller); expect(controller.amountsNotMatch).toBeTruthy(); });