2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

chore: remove redundant console.log

This commit is contained in:
akshayitzme 2023-06-10 15:30:11 +05:30 committed by Alan
parent 7fb807ec85
commit bef87b0afa

View File

@ -692,7 +692,6 @@ export abstract class Invoice extends Transactional {
undefined,
data.date
)) ?? 0;
console.log(quantity, stock);
if (stock < quantity) {
continue;