mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
chore: remove print statement
This commit is contained in:
@@ -26,7 +26,6 @@ def get_exploded_items(bom, data, indent=0, qty=1):
|
|||||||
)
|
)
|
||||||
|
|
||||||
for item in exploded_items:
|
for item in exploded_items:
|
||||||
print(item.bom_no, indent)
|
|
||||||
item["indent"] = indent
|
item["indent"] = indent
|
||||||
data.append(
|
data.append(
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user