diff --git a/erpnext/stock/report/bom_search/bom_search.py b/erpnext/stock/report/bom_search/bom_search.py index 3e803fb0d21..b8a7b789e5f 100644 --- a/erpnext/stock/report/bom_search/bom_search.py +++ b/erpnext/stock/report/bom_search/bom_search.py @@ -41,7 +41,3 @@ def execute(filters=None): "width": 200, "fieldtype": "Data" }], data - - #print json.dumps(all_boms, indent=1) - #columns, data = [], [] - #return columns, data