Skip to content

Commit

Permalink
fix: leftover console.error dumping thousands of lines in test log (#258
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Yoronex authored Aug 13, 2024
1 parent fe8be8a commit a91779c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/invoice-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ export default class InvoiceService {
transactions.forEach((t) => {
t.subTransactions.forEach((tSub) => {
tSub.subTransactionRows.forEach((tSubRow) => {
console.error(tSubRow);
if (tSubRow.invoice) throw new NotImplementedError('Transaction already invoiced');
});
});
Expand Down

0 comments on commit a91779c

Please sign in to comment.