chore: remove print statement

This commit is contained in:
Abdeali Chharchhoda
2025-10-17 15:56:13 +05:30
parent 36d422fbb5
commit 1ad4dc9066

View File

@@ -26,7 +26,6 @@ def get_exploded_items(bom, data, indent=0, qty=1):
)
for item in exploded_items:
print(item.bom_no, indent)
item["indent"] = indent
data.append(
{