mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
chore: remove redundant console.log
This commit is contained in:
parent
7fb807ec85
commit
bef87b0afa
@ -692,7 +692,6 @@ export abstract class Invoice extends Transactional {
|
||||
undefined,
|
||||
data.date
|
||||
)) ?? 0;
|
||||
console.log(quantity, stock);
|
||||
|
||||
if (stock < quantity) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user