chore: remove print statement (#50151)

This commit is contained in:
Mihir Kandoi
2025-10-22 13:43:53 +05:30
committed by GitHub

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(
{