chore: removed print statement

This commit is contained in:
Rohit Waghchaure
2025-09-29 11:41:27 +05:30
parent 452eaaf44e
commit 324bdcb177

View File

@@ -736,7 +736,6 @@ class update_entries_after:
elif dependant_sle.voucher_type == "Stock Entry" and is_transfer_stock_entry(
dependant_sle.voucher_no
):
print(dependant_sle.voucher_no)
self.distinct_item_warehouses[key] = val
self.new_items_found = True