removed unwanted console.log
This commit is contained in:
parent
590cd8af0b
commit
d5e40320ae
|
@ -49,7 +49,6 @@ describe('InvoiceIn', () => {
|
|||
totalVat: 'no care'
|
||||
}
|
||||
};
|
||||
console.log(controller);
|
||||
|
||||
expect(controller.amountsNotMatch).toBeTruthy();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue