removed unwanted console.log

This commit is contained in:
Carlos Jimenez Ruiz 2021-08-13 12:29:48 +02:00
parent 590cd8af0b
commit d5e40320ae
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ describe('InvoiceIn', () => {
totalVat: 'no care'
}
};
console.log(controller);
expect(controller.amountsNotMatch).toBeTruthy();
});